/[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 2872 by torben, Thu Jan 28 16:29:49 2016 UTC revision 2945 by torben, Sat Feb 13 07:38:52 2016 UTC
# Line 13  Line 13 
13    </scm>    </scm>
14    <properties>    <properties>
15      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16        
17        
18        <version.jersey>2.22.1</version.jersey>
19    </properties>    </properties>
20    <build>    <build>
21    
# Line 83  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 112  Line 115 
115        <artifactId>CircuitBreaker</artifactId>        <artifactId>CircuitBreaker</artifactId>
116        <version>1.1.1</version>        <version>1.1.1</version>
117      </dependency>      </dependency>
118        -->
119        
120      <dependency>      <dependency>
121        <groupId>dk.thoerup</groupId>        <groupId>dk.thoerup</groupId>
122        <artifactId>WebConfig</artifactId>        <artifactId>WebConfig</artifactId>
123        <version>1.0</version>        <version>1.0</version>
124      </dependency>      </dependency>
125       -->      
126            
127      <dependency>      <dependency>
128        <groupId>com.google.code.gson</groupId>        <groupId>com.google.code.gson</groupId>
# Line 137  Line 142 
142            <version>1.4.5</version>            <version>1.4.5</version>
143      </dependency>      </dependency>
144            
145        <!-- contains ags.utils.dataStructures.trees.thirdGenKD -->
146        <dependency>
147                    <groupId>com.nitayjoffe.thirdparty.net.robowiki.knn</groupId>
148                    <artifactId>knn-benchmark</artifactId>
149                    <version>0.1</version>
150            </dependency>
151        
152        <dependency>
153                <groupId>javax.ws.rs</groupId>
154                <artifactId>javax.ws.rs-api</artifactId>
155                <version>2.0.1</version>
156             </dependency>
157             <!-- If deploying on tomcat or other container without a bundled ws-rs implementation -->
158            <dependency>
159                <groupId>org.glassfish.jersey.containers</groupId>
160                <artifactId>jersey-container-servlet</artifactId>
161                <version>${version.jersey}</version>
162            </dependency>
163            <!--
164                    <dependency>
165                        <groupId>org.glassfish.jersey.media</groupId>
166                        <artifactId>jersey-media-moxy</artifactId>
167                        <version>${version.jersey}</version>
168                    </dependency>
169                    
170                    <dependency>
171                        <groupId>org.glassfish.jersey.media</groupId>
172                        <artifactId>jersey-media-json-processing</artifactId>
173                        <version>${version.jersey}</version>
174                    </dependency>
175                    <dependency>
176                        <groupId>org.glassfish.jersey.media</groupId>
177                        <artifactId>jersey-media-multipart</artifactId>
178                        <version>${version.jersey}</version>
179                    </dependency>
180                    <dependency>
181                        <groupId>org.glassfish.jersey.media</groupId>
182                        <artifactId>jersey-media-sse</artifactId>
183                        <version>${version.jersey}</version>
184                    </dependency>
185            
186         -->
187      <!--  webjars -->      <!--  webjars -->
188      <dependency>      <dependency>
189        <groupId>org.webjars</groupId>        <groupId>org.webjars</groupId>
# Line 145  Line 191 
191        <version>2.1.4</version>        <version>2.1.4</version>
192          </dependency>          </dependency>
193          <dependency>          <dependency>
194            <groupId>org.webjars</groupId>
195            <artifactId>jquery-ui</artifactId>
196            <version>1.11.4</version>
197            </dependency>
198            <dependency>
199        <groupId>org.webjars</groupId>        <groupId>org.webjars</groupId>
200        <artifactId>bootstrap</artifactId>        <artifactId>bootstrap</artifactId>
201        <version>3.3.5</version>        <version>3.3.5</version>
# Line 155  Line 206 
206        <version>1.0.2</version>        <version>1.0.2</version>
207      </dependency>      </dependency>
208            
209    
210      <dependency>      <dependency>
211        <groupId>org.webjars.bower</groupId>        <groupId>org.webjars.bower</groupId>
212        <artifactId>bootstrap-fileinput</artifactId>        <artifactId>bootstrap-fileinput</artifactId>
213        <version>4.2.7</version>        <version>4.2.7</version>
214          </dependency>          </dependency>
215                    
216            <!-- for @SuppressFBWarning  annotation -->
217          <dependency>          <dependency>
218                  <groupId>com.google.code.findbugs</groupId>                  <groupId>com.google.code.findbugs</groupId>
219                  <artifactId>annotations</artifactId>                  <artifactId>annotations</artifactId>
# Line 191  Line 244 
244        <plugin>        <plugin>
245          <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
246          <artifactId>findbugs-maven-plugin</artifactId>          <artifactId>findbugs-maven-plugin</artifactId>
247          <version>3.0.1</version>          <version>3.0.3</version>
248          </plugin>
249          <plugin>
250            <groupId>org.apache.maven.plugins</groupId>
251            <artifactId>maven-pmd-plugin</artifactId>
252            <version>3.6</version>
253        </plugin>        </plugin>
254      </plugins>      </plugins>
255    </reporting>    </reporting>

Legend:
Removed from v.2872  
changed lines
  Added in v.2945

  ViewVC Help
Powered by ViewVC 1.1.20