/[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 2890 by torben, Sun Jan 31 21:56:30 2016 UTC revision 3066 by torben, Thu Jul 21 07:44:33 2016 UTC
# Line 15  Line 15 
15      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16            
17            
18      <version.jersey>2.15</version.jersey>      <version.jersey>2.22.1</version.jersey>
19    </properties>    </properties>
20    <build>    <build>
21    
# 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.0</version>          <version>3.0.3</version>
91        </plugin>        </plugin>
92      </plugins>      </plugins>
93    </build>    </build>
# Line 129  Line 130 
130        <artifactId>gson</artifactId>        <artifactId>gson</artifactId>
131        <version>2.3.1</version>        <version>2.3.1</version>
132      </dependency>      </dependency>
133        
134        <dependency>
135                    <groupId>org.json</groupId>
136                    <artifactId>json</artifactId>
137                    <version>20160212</version>
138            </dependency>
139        
140            
141      <dependency>      <dependency>
142        <groupId>com.google.guava</groupId>        <groupId>com.google.guava</groupId>
# Line 142  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>
# Line 160  Line 175 
175              <artifactId>jersey-container-servlet</artifactId>              <artifactId>jersey-container-servlet</artifactId>
176              <version>${version.jersey}</version>              <version>${version.jersey}</version>
177          </dependency>          </dependency>
178                    <!--
179                  <dependency>                  <dependency>
180                      <groupId>org.glassfish.jersey.media</groupId>                      <groupId>org.glassfish.jersey.media</groupId>
181                      <artifactId>jersey-media-moxy</artifactId>                      <artifactId>jersey-media-moxy</artifactId>
# Line 183  Line 198 
198                      <version>${version.jersey}</version>                      <version>${version.jersey}</version>
199                  </dependency>                  </dependency>
200            
201             -->
202      <!--  webjars -->      <!--  webjars -->
203      <dependency>      <dependency>
204        <groupId>org.webjars</groupId>        <groupId>org.webjars</groupId>
# Line 191  Line 206 
206        <version>2.1.4</version>        <version>2.1.4</version>
207          </dependency>          </dependency>
208          <dependency>          <dependency>
209            <groupId>org.webjars</groupId>
210            <artifactId>jquery-ui</artifactId>
211            <version>1.11.4</version>
212            </dependency>
213            <dependency>
214        <groupId>org.webjars</groupId>        <groupId>org.webjars</groupId>
215        <artifactId>bootstrap</artifactId>        <artifactId>bootstrap</artifactId>
216        <version>3.3.5</version>        <version>3.3.5</version>
# Line 239  Line 259 
259        <plugin>        <plugin>
260          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
261          <artifactId>findbugs-maven-plugin</artifactId>          <artifactId>findbugs-maven-plugin</artifactId>
262          <version>3.0.1</version>          <version>3.0.3</version>
263          </plugin>
264          <plugin>
265            <groupId>org.apache.maven.plugins</groupId>
266            <artifactId>maven-pmd-plugin</artifactId>
267            <version>3.6</version>
268        </plugin>        </plugin>
269      </plugins>      </plugins>
270    </reporting>    </reporting>

Legend:
Removed from v.2890  
changed lines
  Added in v.3066

  ViewVC Help
Powered by ViewVC 1.1.20