/[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 2768 by torben, Wed Nov 4 22:10:59 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 243  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.2768  
changed lines
  Added in v.2942

  ViewVC Help
Powered by ViewVC 1.1.20