/[projects]/dao/DaoAdresseService/pom.xml
ViewVC logotype

Diff of /dao/DaoAdresseService/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2481 by torben, Mon Mar 23 14:33:52 2015 UTC revision 2571 by torben, Tue Jun 9 09:14:28 2015 UTC
# Line 55  Line 55 
55                          <scope>provided</scope>                          <scope>provided</scope>
56                  </dependency>                  </dependency>
57                  <dependency>                  <dependency>
58                            <groupId>javax.servlet.jsp</groupId>
59                            <artifactId>jsp-api</artifactId>
60                            <version>2.0</version>
61                            <scope>provided</scope>
62                    </dependency>
63                    
64                    <dependency>
65                          <groupId>jstl</groupId>                          <groupId>jstl</groupId>
66                          <artifactId>jstl</artifactId>                          <artifactId>jstl</artifactId>
67                          <version>1.2</version>                          <version>1.2</version>
# Line 71  Line 78 
78                  <dependency>                  <dependency>
79                          <groupId>dk.thoerup</groupId>                          <groupId>dk.thoerup</groupId>
80                          <artifactId>CircuitBreaker</artifactId>                          <artifactId>CircuitBreaker</artifactId>
81                          <version>1.0</version>                          <version>1.1</version>
82                  </dependency>                  </dependency>
83    
84    
# Line 94  Line 101 
101                          <version>0.16</version>                          <version>0.16</version>
102                  </dependency>                  </dependency>
103    
104            <dependency>
105                      <groupId>com.google.guava</groupId>
106              <artifactId>guava</artifactId>
107                      <version>18.0</version>    
108            </dependency>
109    
110                  <dependency>                  <dependency>
111                          <groupId>junit</groupId>                          <groupId>junit</groupId>
# Line 104  Line 116 
116    
117          </dependencies>          </dependencies>
118    
119      <reporting>
120        <plugins>
121    
122          <plugin>
123            <groupId>org.codehaus.mojo</groupId>
124            <artifactId>findbugs-maven-plugin</artifactId>
125            <version>3.0.1</version>
126          </plugin>
127        </plugins>
128      </reporting>
129    
130    
131          <repositories>          <repositories>
132                  <repository>                  <repository>

Legend:
Removed from v.2481  
changed lines
  Added in v.2571

  ViewVC Help
Powered by ViewVC 1.1.20