/[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 2890 by torben, Sun Jan 31 21:56:30 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.15</version.jersey>
19    </properties>    </properties>
20    <build>    <build>
21    
# 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>
# Line 155  Line 201 
201        <version>1.0.2</version>        <version>1.0.2</version>
202      </dependency>      </dependency>
203            
204    
205      <dependency>      <dependency>
206        <groupId>org.webjars.bower</groupId>        <groupId>org.webjars.bower</groupId>
207        <artifactId>bootstrap-fileinput</artifactId>        <artifactId>bootstrap-fileinput</artifactId>
208        <version>4.2.7</version>        <version>4.2.7</version>
209          </dependency>          </dependency>
210                    
211            <!-- for @SuppressFBWarning  annotation -->
212          <dependency>          <dependency>
213                  <groupId>com.google.code.findbugs</groupId>                  <groupId>com.google.code.findbugs</groupId>
214                  <artifactId>annotations</artifactId>                  <artifactId>annotations</artifactId>

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

  ViewVC Help
Powered by ViewVC 1.1.20