/[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 2944 by torben, Sat Feb 13 07:35:36 2016 UTC
# Line 102  Line 102 
102        <plugin>        <plugin>
103          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
104          <artifactId>findbugs-maven-plugin</artifactId>          <artifactId>findbugs-maven-plugin</artifactId>
105          <version>3.0.0</version>          <version>3.0.3</version>
106        </plugin>        </plugin>
107      </plugins>      </plugins>
108      <pluginManagement>      <pluginManagement>
# 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 241  Line 246 
246        <plugin>        <plugin>
247          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
248          <artifactId>findbugs-maven-plugin</artifactId>          <artifactId>findbugs-maven-plugin</artifactId>
249          <version>3.0.1</version>          <version>3.0.3</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.2944

  ViewVC Help
Powered by ViewVC 1.1.20