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

Diff of /dao/DaoAdresseVedligehold/pom.xml

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

revision 3003 by torben, Tue Apr 19 12:36:31 2016 UTC revision 3068 by torben, Thu Jul 21 11:48:19 2016 UTC
# Line 31  Line 31 
31            <showDeprecation>true</showDeprecation>            <showDeprecation>true</showDeprecation>
32    
33            <!-- be strict regarding warnings -->            <!-- be strict regarding warnings -->
34            <compilerArguments>            <compilerArgs>
35              <Werror />                  <arg>-Werror</arg>
36              <!-- <Xlint:all />-->                  <arg>-Xlint:-options</arg> <!--  -options for at lette cross compilation -->
37            </compilerArguments>             </compilerArgs>
38              
39    
40          </configuration>          </configuration>
41          <!--Do NOT show depreciation in test compile -->          <!--Do NOT show depreciation in test compile -->
# Line 86  Line 87 
87        <plugin>        <plugin>
88          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
89          <artifactId>findbugs-maven-plugin</artifactId>          <artifactId>findbugs-maven-plugin</artifactId>
90          <version>3.0.3</version>          <version>3.0.4</version>
91        </plugin>        </plugin>
92      </plugins>      </plugins>
93    </build>    </build>
# Line 149  Line 150 
150            <version>1.4.5</version>            <version>1.4.5</version>
151      </dependency>      </dependency>
152            
153    <dependency>
154            <groupId>org.apache.commons</groupId>
155            <artifactId>commons-csv</artifactId>
156            <version>1.2</version>
157    </dependency>
158        
159        
160      <!-- contains ags.utils.dataStructures.trees.thirdGenKD -->      <!-- contains ags.utils.dataStructures.trees.thirdGenKD -->
161      <dependency>      <dependency>
162                  <groupId>com.nitayjoffe.thirdparty.net.robowiki.knn</groupId>                  <groupId>com.nitayjoffe.thirdparty.net.robowiki.knn</groupId>

Legend:
Removed from v.3003  
changed lines
  Added in v.3068

  ViewVC Help
Powered by ViewVC 1.1.20