/[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 2877 by torben, Thu Jan 28 16:29:49 2016 UTC revision 2878 by torben, Sat Jan 30 14:05:53 2016 UTC
# Line 112  Line 112 
112        <artifactId>CircuitBreaker</artifactId>        <artifactId>CircuitBreaker</artifactId>
113        <version>1.1.1</version>        <version>1.1.1</version>
114      </dependency>      </dependency>
115        -->
116        
117      <dependency>      <dependency>
118        <groupId>dk.thoerup</groupId>        <groupId>dk.thoerup</groupId>
119        <artifactId>WebConfig</artifactId>        <artifactId>WebConfig</artifactId>
120        <version>1.0</version>        <version>1.0</version>
121      </dependency>      </dependency>
122       -->      
123            
124      <dependency>      <dependency>
125        <groupId>com.google.code.gson</groupId>        <groupId>com.google.code.gson</groupId>
# Line 137  Line 139 
139            <version>1.4.5</version>            <version>1.4.5</version>
140      </dependency>      </dependency>
141            
142        <!-- contains ags.utils.dataStructures.trees.thirdGenKD -->
143        <dependency>
144                    <groupId>com.nitayjoffe.thirdparty.net.robowiki.knn</groupId>
145                    <artifactId>knn-benchmark</artifactId>
146                    <version>0.1</version>
147            </dependency>
148        
149        
150            
151      <!--  webjars -->      <!--  webjars -->
152      <dependency>      <dependency>
# Line 155  Line 165 
165        <version>1.0.2</version>        <version>1.0.2</version>
166      </dependency>      </dependency>
167            
168    
169      <dependency>      <dependency>
170        <groupId>org.webjars.bower</groupId>        <groupId>org.webjars.bower</groupId>
171        <artifactId>bootstrap-fileinput</artifactId>        <artifactId>bootstrap-fileinput</artifactId>
172        <version>4.2.7</version>        <version>4.2.7</version>
173          </dependency>          </dependency>
174                    
175            <!-- for @SuppressFBWarning  annotation -->
176          <dependency>          <dependency>
177                  <groupId>com.google.code.findbugs</groupId>                  <groupId>com.google.code.findbugs</groupId>
178                  <artifactId>annotations</artifactId>                  <artifactId>annotations</artifactId>

Legend:
Removed from v.2877  
changed lines
  Added in v.2878

  ViewVC Help
Powered by ViewVC 1.1.20