/[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 3064 by torben, Thu Jul 21 07:41:45 2016 UTC
# Line 28  Line 28 
28            <showDeprecation>true</showDeprecation>            <showDeprecation>true</showDeprecation>
29    
30            <!-- be strict regarding warnings -->            <!-- be strict regarding warnings -->
31              <!--
32            <compilerArguments>            <compilerArguments>
33              <Werror />              <Werror />
34              <!-- <Xlint:all />-->              <Xlint:all />            
35            </compilerArguments>            </compilerArguments>
36               -->
37              
38               <compilerArgs>
39                    <arg>-Werror</arg>
40                    <arg>-Xlint</arg>
41               </compilerArgs>
42              
43    
44          </configuration>          </configuration>
45          <!--Do NOT show depreciation in test compile -->          <!--Do NOT show depreciation in test compile -->
# Line 102  Line 110 
110        <plugin>        <plugin>
111          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
112          <artifactId>findbugs-maven-plugin</artifactId>          <artifactId>findbugs-maven-plugin</artifactId>
113          <version>3.0.0</version>          <version>3.0.3</version>
114        </plugin>        </plugin>
115      </plugins>      </plugins>
116      <pluginManagement>      <pluginManagement>
# Line 164  Line 172 
172        <version>3.3.2</version>        <version>3.3.2</version>
173      </dependency>      </dependency>
174      <dependency>      <dependency>
175              <groupId>commons-codec</groupId>
176              <artifactId>commons-codec</artifactId>
177              <version>1.10</version>
178        </dependency>    
179        <dependency>
180        <groupId>dk.thoerup</groupId>        <groupId>dk.thoerup</groupId>
181        <artifactId>CircuitBreaker</artifactId>        <artifactId>CircuitBreaker</artifactId>
182        <version>1.1.1</version>        <version>1.1.1</version>
# Line 194  Line 207 
207        <version>1.1</version>        <version>1.1</version>
208      </dependency>      </dependency>
209            
210        <dependency>
211              <groupId>com.sun.mail</groupId>
212              <artifactId>javax.mail</artifactId>
213              <version>1.4.5</version>
214        </dependency>
215        
216        
217      <!--  webjars -->      <!--  webjars -->
218      <dependency>      <dependency>
219        <groupId>org.webjars</groupId>        <groupId>org.webjars</groupId>
# Line 234  Line 254 
254        <plugin>        <plugin>
255          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
256          <artifactId>findbugs-maven-plugin</artifactId>          <artifactId>findbugs-maven-plugin</artifactId>
257          <version>3.0.1</version>          <version>3.0.3</version>
258        </plugin>        </plugin>
259          <plugin>
260            <groupId>org.apache.maven.plugins</groupId>
261            <artifactId>maven-pmd-plugin</artifactId>
262            <version>3.6</version>
263          </plugin>
264    
265        <!-- integrate maven-cobertura-plugin to project site  -->        <!-- integrate maven-cobertura-plugin to project site  -->
266        <plugin>        <plugin>
267          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>

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

  ViewVC Help
Powered by ViewVC 1.1.20