/[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 2920 by torben, Thu Feb 4 15:04:05 2016 UTC revision 3006 by torben, Tue Apr 19 15:49:14 2016 UTC
# Line 86  Line 86 
86        <plugin>        <plugin>
87          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
88          <artifactId>findbugs-maven-plugin</artifactId>          <artifactId>findbugs-maven-plugin</artifactId>
89          <version>3.0.0</version>          <version>3.0.3</version>
90        </plugin>        </plugin>
91      </plugins>      </plugins>
92    </build>    </build>
# Line 129  Line 129 
129        <artifactId>gson</artifactId>        <artifactId>gson</artifactId>
130        <version>2.3.1</version>        <version>2.3.1</version>
131      </dependency>      </dependency>
132        
133        <dependency>
134                    <groupId>org.json</groupId>
135                    <artifactId>json</artifactId>
136                    <version>20160212</version>
137            </dependency>
138        
139            
140      <dependency>      <dependency>
141        <groupId>com.google.guava</groupId>        <groupId>com.google.guava</groupId>
# Line 142  Line 149 
149            <version>1.4.5</version>            <version>1.4.5</version>
150      </dependency>      </dependency>
151            
152    <dependency>
153            <groupId>org.apache.commons</groupId>
154            <artifactId>commons-csv</artifactId>
155            <version>1.2</version>
156    </dependency>
157        
158        
159      <!-- contains ags.utils.dataStructures.trees.thirdGenKD -->      <!-- contains ags.utils.dataStructures.trees.thirdGenKD -->
160      <dependency>      <dependency>
161                  <groupId>com.nitayjoffe.thirdparty.net.robowiki.knn</groupId>                  <groupId>com.nitayjoffe.thirdparty.net.robowiki.knn</groupId>
# Line 160  Line 174 
174              <artifactId>jersey-container-servlet</artifactId>              <artifactId>jersey-container-servlet</artifactId>
175              <version>${version.jersey}</version>              <version>${version.jersey}</version>
176          </dependency>          </dependency>
177                    <!--
178                  <dependency>                  <dependency>
179                      <groupId>org.glassfish.jersey.media</groupId>                      <groupId>org.glassfish.jersey.media</groupId>
180                      <artifactId>jersey-media-moxy</artifactId>                      <artifactId>jersey-media-moxy</artifactId>
# Line 183  Line 197 
197                      <version>${version.jersey}</version>                      <version>${version.jersey}</version>
198                  </dependency>                  </dependency>
199            
200             -->
201      <!--  webjars -->      <!--  webjars -->
202      <dependency>      <dependency>
203        <groupId>org.webjars</groupId>        <groupId>org.webjars</groupId>
# Line 191  Line 205 
205        <version>2.1.4</version>        <version>2.1.4</version>
206          </dependency>          </dependency>
207          <dependency>          <dependency>
208            <groupId>org.webjars</groupId>
209            <artifactId>jquery-ui</artifactId>
210            <version>1.11.4</version>
211            </dependency>
212            <dependency>
213        <groupId>org.webjars</groupId>        <groupId>org.webjars</groupId>
214        <artifactId>bootstrap</artifactId>        <artifactId>bootstrap</artifactId>
215        <version>3.3.5</version>        <version>3.3.5</version>
# Line 239  Line 258 
258        <plugin>        <plugin>
259          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
260          <artifactId>findbugs-maven-plugin</artifactId>          <artifactId>findbugs-maven-plugin</artifactId>
261          <version>3.0.1</version>          <version>3.0.3</version>
262          </plugin>
263          <plugin>
264            <groupId>org.apache.maven.plugins</groupId>
265            <artifactId>maven-pmd-plugin</artifactId>
266            <version>3.6</version>
267        </plugin>        </plugin>
268      </plugins>      </plugins>
269    </reporting>    </reporting>

Legend:
Removed from v.2920  
changed lines
  Added in v.3006

  ViewVC Help
Powered by ViewVC 1.1.20