/[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 2766 by torben, Tue Nov 3 10:53:39 2015 UTC revision 2942 by torben, Sat Feb 13 07:05:11 2016 UTC
# Line 164  Line 164 
164        <version>3.3.2</version>        <version>3.3.2</version>
165      </dependency>      </dependency>
166      <dependency>      <dependency>
167              <groupId>commons-codec</groupId>
168              <artifactId>commons-codec</artifactId>
169              <version>1.10</version>
170        </dependency>    
171        <dependency>
172        <groupId>dk.thoerup</groupId>        <groupId>dk.thoerup</groupId>
173        <artifactId>CircuitBreaker</artifactId>        <artifactId>CircuitBreaker</artifactId>
174        <version>1.1.1</version>        <version>1.1.1</version>
# Line 194  Line 199 
199        <version>1.1</version>        <version>1.1</version>
200      </dependency>      </dependency>
201            
202        <dependency>
203              <groupId>com.sun.mail</groupId>
204              <artifactId>javax.mail</artifactId>
205              <version>1.4.5</version>
206        </dependency>
207        
208        
209      <!--  webjars -->      <!--  webjars -->
210      <dependency>      <dependency>
211        <groupId>org.webjars</groupId>        <groupId>org.webjars</groupId>
# Line 236  Line 248 
248          <artifactId>findbugs-maven-plugin</artifactId>          <artifactId>findbugs-maven-plugin</artifactId>
249          <version>3.0.1</version>          <version>3.0.1</version>
250        </plugin>        </plugin>
251          <plugin>
252            <groupId>org.apache.maven.plugins</groupId>
253            <artifactId>maven-pmd-plugin</artifactId>
254            <version>3.6</version>
255          </plugin>
256    
257        <!-- integrate maven-cobertura-plugin to project site  -->        <!-- integrate maven-cobertura-plugin to project site  -->
258        <plugin>        <plugin>
259          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>

Legend:
Removed from v.2766  
changed lines
  Added in v.2942

  ViewVC Help
Powered by ViewVC 1.1.20