/[projects]/dao/DaoAdresseVedligehold/pom.xml
ViewVC logotype

Annotation of /dao/DaoAdresseVedligehold/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3068 - (hide annotations) (download) (as text)
Thu Jul 21 11:48:19 2016 UTC (7 years, 10 months ago) by torben
File MIME type: text/xml
File size: 8310 byte(s)
Various small corrections and bump findBugs-maven
1 torben 2798 <?xml version="1.0" encoding="UTF-8"?>
2     <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4     <groupId>dk.daoas</groupId>
5     <artifactId>DaoAdresseVedligehold</artifactId>
6     <version>1.0</version>
7     <packaging>war</packaging>
8     <scm>
9     <connection>scm:svn:http://svn.t-hoerup.dk/repos/project/dao/DaoAdresseVedligehold</connection>
10     <developerConnection>scm:svn:http://svn.t-hoerup.dk/repos/project/dao/DaoAdresseVedligehold</developerConnection>
11     <tag>HEAD</tag>
12     <url>http://svn.t-hoerup.dk/viewvc/projects/dao</url>
13     </scm>
14     <properties>
15     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16 torben 2890
17    
18 torben 2920 <version.jersey>2.22.1</version.jersey>
19 torben 2798 </properties>
20     <build>
21    
22     <plugins>
23     <plugin>
24     <groupId>org.apache.maven.plugins</groupId>
25     <artifactId>maven-compiler-plugin</artifactId>
26     <version>3.1</version>
27     <configuration>
28     <source>1.7</source>
29     <target>1.7</target>
30     <showWarnings>true</showWarnings>
31     <showDeprecation>true</showDeprecation>
32    
33     <!-- be strict regarding warnings -->
34 torben 3066 <compilerArgs>
35     <arg>-Werror</arg>
36     <arg>-Xlint:-options</arg> <!-- -options for at lette cross compilation -->
37     </compilerArgs>
38    
39 torben 2798
40     </configuration>
41     <!--Do NOT show depreciation in test compile -->
42     <executions>
43     <execution>
44     <id>default-testCompile</id>
45     <phase>test-compile</phase>
46     <configuration>
47     <showDeprecation>false</showDeprecation>
48     </configuration>
49     <goals>
50     <goal>testCompile</goal>
51     </goals>
52     </execution>
53     </executions>
54     </plugin>
55     <!-- <plugin>
56     <groupId>org.codehaus.mojo</groupId>
57     <artifactId>buildnumber-maven-plugin</artifactId>
58     <version>1.3</version>
59     <executions>
60     <execution>
61     <phase>validate</phase>
62     <goals>
63     <goal>create</goal>
64     </goals>
65     </execution>
66     </executions>
67     <configuration>
68     <doCheck>false</doCheck>
69     <doUpdate>true</doUpdate>
70     </configuration>
71     </plugin>
72     -->
73    
74     <plugin>
75     <groupId>org.apache.maven.plugins</groupId>
76     <artifactId>maven-war-plugin</artifactId>
77     <version>2.6</version>
78     <configuration>
79     <archive>
80     <manifestEntries>
81     <SCM-Revision>${prefix.revision}</SCM-Revision>
82     <Build-Time>${maven.build.timestamp}</Build-Time>
83     </manifestEntries>
84     </archive>
85     </configuration>
86     </plugin>
87     <plugin>
88     <groupId>org.codehaus.mojo</groupId>
89     <artifactId>findbugs-maven-plugin</artifactId>
90 torben 3068 <version>3.0.4</version>
91 torben 2798 </plugin>
92     </plugins>
93     </build>
94    
95     <dependencies>
96     <dependency>
97     <groupId>javax.servlet</groupId>
98     <artifactId>javax.servlet-api</artifactId>
99     <version>3.0.1</version>
100     <scope>provided</scope>
101     </dependency>
102    
103     <dependency>
104     <groupId>org.apache.commons</groupId>
105     <artifactId>commons-lang3</artifactId>
106     <version>3.3.2</version>
107     </dependency>
108     <dependency>
109 torben 2838 <groupId>commons-fileupload</groupId>
110     <artifactId>commons-fileupload</artifactId>
111     <version>1.3.1</version>
112     </dependency>
113 torben 2871 <!--
114 torben 2798 <dependency>
115     <groupId>dk.thoerup</groupId>
116     <artifactId>CircuitBreaker</artifactId>
117     <version>1.1.1</version>
118     </dependency>
119 torben 2878 -->
120    
121 torben 2798 <dependency>
122     <groupId>dk.thoerup</groupId>
123     <artifactId>WebConfig</artifactId>
124     <version>1.0</version>
125     </dependency>
126 torben 2878
127 torben 2872
128 torben 2798 <dependency>
129     <groupId>com.google.code.gson</groupId>
130     <artifactId>gson</artifactId>
131     <version>2.3.1</version>
132     </dependency>
133 torben 3003
134     <dependency>
135     <groupId>org.json</groupId>
136     <artifactId>json</artifactId>
137     <version>20160212</version>
138     </dependency>
139    
140 torben 2872
141 torben 2798 <dependency>
142     <groupId>com.google.guava</groupId>
143     <artifactId>guava</artifactId>
144     <version>18.0</version>
145     </dependency>
146    
147     <dependency>
148     <groupId>com.sun.mail</groupId>
149     <artifactId>javax.mail</artifactId>
150     <version>1.4.5</version>
151     </dependency>
152    
153 torben 3006 <dependency>
154     <groupId>org.apache.commons</groupId>
155     <artifactId>commons-csv</artifactId>
156     <version>1.2</version>
157     </dependency>
158    
159    
160 torben 2878 <!-- contains ags.utils.dataStructures.trees.thirdGenKD -->
161     <dependency>
162     <groupId>com.nitayjoffe.thirdparty.net.robowiki.knn</groupId>
163     <artifactId>knn-benchmark</artifactId>
164     <version>0.1</version>
165     </dependency>
166 torben 2798
167 torben 2890 <dependency>
168     <groupId>javax.ws.rs</groupId>
169     <artifactId>javax.ws.rs-api</artifactId>
170     <version>2.0.1</version>
171     </dependency>
172     <!-- If deploying on tomcat or other container without a bundled ws-rs implementation -->
173     <dependency>
174     <groupId>org.glassfish.jersey.containers</groupId>
175     <artifactId>jersey-container-servlet</artifactId>
176     <version>${version.jersey}</version>
177     </dependency>
178 torben 2921 <!--
179 torben 2890 <dependency>
180     <groupId>org.glassfish.jersey.media</groupId>
181     <artifactId>jersey-media-moxy</artifactId>
182     <version>${version.jersey}</version>
183     </dependency>
184    
185     <dependency>
186     <groupId>org.glassfish.jersey.media</groupId>
187     <artifactId>jersey-media-json-processing</artifactId>
188     <version>${version.jersey}</version>
189     </dependency>
190     <dependency>
191     <groupId>org.glassfish.jersey.media</groupId>
192     <artifactId>jersey-media-multipart</artifactId>
193     <version>${version.jersey}</version>
194     </dependency>
195     <dependency>
196     <groupId>org.glassfish.jersey.media</groupId>
197     <artifactId>jersey-media-sse</artifactId>
198     <version>${version.jersey}</version>
199     </dependency>
200 torben 2878
201 torben 2921 -->
202 torben 2798 <!-- webjars -->
203     <dependency>
204     <groupId>org.webjars</groupId>
205     <artifactId>jquery</artifactId>
206     <version>2.1.4</version>
207     </dependency>
208     <dependency>
209 torben 2932 <groupId>org.webjars</groupId>
210     <artifactId>jquery-ui</artifactId>
211     <version>1.11.4</version>
212     </dependency>
213     <dependency>
214 torben 2798 <groupId>org.webjars</groupId>
215     <artifactId>bootstrap</artifactId>
216     <version>3.3.5</version>
217     </dependency>
218     <dependency>
219     <groupId>org.webjars</groupId>
220     <artifactId>chartjs</artifactId>
221     <version>1.0.2</version>
222     </dependency>
223    
224 torben 2878
225 torben 2838 <dependency>
226     <groupId>org.webjars.bower</groupId>
227     <artifactId>bootstrap-fileinput</artifactId>
228     <version>4.2.7</version>
229     </dependency>
230 torben 2864
231 torben 2878 <!-- for @SuppressFBWarning annotation -->
232 torben 2864 <dependency>
233     <groupId>com.google.code.findbugs</groupId>
234     <artifactId>annotations</artifactId>
235     <version>3.0.1u2</version>
236     <scope>provided</scope>
237     </dependency>
238 torben 2838
239 torben 2798 <!-- test dependencies -->
240     <dependency>
241     <groupId>junit</groupId>
242     <artifactId>junit</artifactId>
243     <version>4.12</version>
244     <scope>test</scope>
245     </dependency>
246    
247     </dependencies>
248     <reporting>
249     <plugins>
250     <!-- Normally, we take off the dependency report, saves time. -->
251     <plugin>
252     <groupId>org.apache.maven.plugins</groupId>
253     <artifactId>maven-project-info-reports-plugin</artifactId>
254     <version>2.7</version>
255     <configuration>
256     <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
257     </configuration>
258     </plugin>
259     <plugin>
260     <groupId>org.codehaus.mojo</groupId>
261     <artifactId>findbugs-maven-plugin</artifactId>
262 torben 2945 <version>3.0.3</version>
263 torben 2798 </plugin>
264 torben 2936 <plugin>
265     <groupId>org.apache.maven.plugins</groupId>
266     <artifactId>maven-pmd-plugin</artifactId>
267     <version>3.6</version>
268     </plugin>
269 torben 2798 </plugins>
270     </reporting>
271     <repositories>
272     <repository>
273     <id>hoerup-releases</id>
274     <name>hoerup-releases</name>
275     <url>http://app.t-hoerup.dk/artifactory/ext-release-local</url>
276     </repository>
277     </repositories>
278     </project>

  ViewVC Help
Powered by ViewVC 1.1.20