Mercurial > lada > lada-server
annotate pom.xml @ 1161:ea6b062e5305 pgaudit
Use pgaudit to generate an audit trail.
Upgrade to PostgreSQL 9.5 because it is a requirement for pgaudit.
pgaudit/analyze can be used to transfer the audit trail into the
database, but it seems to be easy to do this with pgaudit directly
with some changes to the code.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 08 Nov 2016 19:21:24 +0100 |
parents | d56706c33269 |
children | 7e78849e475c |
rev | line source |
---|---|
421
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
4 <modelVersion>4.0.0</modelVersion> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
5 |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
6 <name>Lada Server</name> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
7 |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
8 <groupId>de.intevation</groupId> |
725
a6a3edf472d5
removed -dev from artifact id
Dustin Demuth <dustin@intevation.de>
parents:
723
diff
changeset
|
9 <artifactId>lada-server</artifactId> |
421
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
10 <packaging>war</packaging> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
11 <parent> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
12 <groupId>org.jboss</groupId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
13 <artifactId>jboss-parent</artifactId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
14 <version>14</version> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
15 <relativePath /> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
16 </parent> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
17 |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
18 <properties> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
19 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
20 </properties> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
21 |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
22 <dependencyManagement> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
23 <dependencies> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
24 <dependency> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
25 <groupId>org.wildfly.bom</groupId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
26 <artifactId>jboss-javaee-7.0-with-tools</artifactId> |
430
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
27 <version>8.2.1.Final</version> |
421
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
28 <type>pom</type> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
29 <scope>import</scope> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
30 </dependency> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
31 <dependency> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
32 <groupId>org.wildfly.bom</groupId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
33 <artifactId>jboss-javaee-7.0-with-hibernate</artifactId> |
430
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
34 <version>8.2.1.Final</version> |
421
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
35 <type>pom</type> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
36 <scope>import</scope> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
37 </dependency> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
38 </dependencies> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
39 </dependencyManagement> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
40 |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
41 <dependencies> |
430
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
42 <!-- JavaEE and JBoss/Wildfly --> |
421
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
43 <dependency> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
44 <groupId>javax.enterprise</groupId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
45 <artifactId>cdi-api</artifactId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
46 <scope>provided</scope> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
47 </dependency> |
437
5011173fd340
Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
435
diff
changeset
|
48 <dependency> |
421
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
49 <groupId>javax.ws.rs</groupId> |
437
5011173fd340
Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
435
diff
changeset
|
50 <artifactId>javax.ws.rs-api</artifactId> |
5011173fd340
Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
435
diff
changeset
|
51 <version>2.0.1</version> |
5011173fd340
Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
435
diff
changeset
|
52 </dependency> |
421
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
53 <dependency> |
430
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
54 <groupId>org.jboss.spec.javax.ejb</groupId> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
55 <artifactId>jboss-ejb-api_3.2_spec</artifactId> |
421
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
56 <scope>provided</scope> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
57 </dependency> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
58 <dependency> |
430
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
59 <groupId>org.jboss.spec.javax.json</groupId> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
60 <artifactId>jboss-json-api_1.0_spec</artifactId> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
61 </dependency> |
545
8e3f57e2f4af
Change openID authentication to a filter.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
544
diff
changeset
|
62 <dependency> |
8e3f57e2f4af
Change openID authentication to a filter.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
544
diff
changeset
|
63 <groupId>org.jboss.spec.javax.servlet</groupId> |
8e3f57e2f4af
Change openID authentication to a filter.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
544
diff
changeset
|
64 <artifactId>jboss-servlet-api_3.0_spec</artifactId> |
8e3f57e2f4af
Change openID authentication to a filter.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
544
diff
changeset
|
65 <version>1.0.2.Final</version> |
8e3f57e2f4af
Change openID authentication to a filter.
Andre Heinecke <andre.heinecke@intevation.de>
parents:
544
diff
changeset
|
66 </dependency> |
443
7e8cbc69b784
Added new dependency.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
437
diff
changeset
|
67 <dependency> |
7e8cbc69b784
Added new dependency.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
437
diff
changeset
|
68 <groupId>com.fasterxml.jackson.core</groupId> |
7e8cbc69b784
Added new dependency.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
437
diff
changeset
|
69 <artifactId>jackson-annotations</artifactId> |
7e8cbc69b784
Added new dependency.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
437
diff
changeset
|
70 <version>2.5.1</version> |
7e8cbc69b784
Added new dependency.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
437
diff
changeset
|
71 </dependency> |
720
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
72 <dependency> |
1097
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
73 <groupId>com.fasterxml.jackson.core</groupId> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
74 <artifactId>jackson-databind</artifactId> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
75 <version>2.5.1</version> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
76 </dependency> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
77 <dependency> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
78 <groupId>commons-io</groupId> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
79 <artifactId>commons-io</artifactId> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
80 <version>2.5</version> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
81 </dependency> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
82 <dependency> |
720
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
83 <groupId>org.opensaml</groupId> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
84 <artifactId>opensaml</artifactId> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
85 <version>2.6.4</version> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
86 </dependency> |
443
7e8cbc69b784
Added new dependency.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
437
diff
changeset
|
87 |
430
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
88 <!-- Hibernate --> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
89 <dependency> |
421
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
90 <groupId>org.hibernate</groupId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
91 <artifactId>hibernate-entitymanager</artifactId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
92 </dependency> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
93 <dependency> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
94 <groupId>org.hibernate</groupId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
95 <artifactId>hibernate-validator</artifactId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
96 <scope>provided</scope> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
97 <exclusions> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
98 <exclusion> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
99 <groupId>org.slf4j</groupId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
100 <artifactId>slf4j-api</artifactId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
101 </exclusion> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
102 </exclusions> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
103 </dependency> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
104 <dependency> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
105 <groupId>org.hibernate</groupId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
106 <artifactId>hibernate-jpamodelgen</artifactId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
107 <scope>provided</scope> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
108 </dependency> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
109 <dependency> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
110 <groupId>org.hibernate</groupId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
111 <artifactId>hibernate-validator-annotation-processor</artifactId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
112 <scope>provided</scope> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
113 </dependency> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
114 <dependency> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
115 <groupId>org.hibernate</groupId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
116 <artifactId>hibernate-core</artifactId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
117 <scope>provided</scope> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
118 </dependency> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
119 <dependency> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
120 <groupId>org.hibernate</groupId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
121 <artifactId>hibernate-spatial</artifactId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
122 <version>4.3</version> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
123 </dependency> |
430
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
124 |
1097
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
125 <dependency> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
126 <groupId>org.antlr</groupId> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
127 <artifactId>antlr4-runtime</artifactId> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
128 <version>4.5</version> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
129 </dependency> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
130 |
435
2b58a86ca06f
Updated dependencies and LoggerFactory. Using log4j2 now.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
430
diff
changeset
|
131 <!-- Logging --> |
2b58a86ca06f
Updated dependencies and LoggerFactory. Using log4j2 now.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
430
diff
changeset
|
132 <dependency> |
437
5011173fd340
Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
435
diff
changeset
|
133 <groupId>log4j</groupId> |
5011173fd340
Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
435
diff
changeset
|
134 <artifactId>log4j</artifactId> |
5011173fd340
Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
435
diff
changeset
|
135 <version>1.2.17</version> |
435
2b58a86ca06f
Updated dependencies and LoggerFactory. Using log4j2 now.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
430
diff
changeset
|
136 </dependency> |
2b58a86ca06f
Updated dependencies and LoggerFactory. Using log4j2 now.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
430
diff
changeset
|
137 |
430
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
138 <!-- Arquillian/Testing --> |
421
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
139 <dependency> |
762
c415d14acadd
Tests should not depend on actual data nor order of attributes in JSON.
Tom Gottfried <tom@intevation.de>
parents:
739
diff
changeset
|
140 <groupId>junit</groupId> |
430
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
141 <artifactId>junit</artifactId> |
828
a831d77010f4
Added persistence extension for arquillian and downgraded junit to have a
Raimund Renkert <raimund.renkert@intevation.de>
parents:
766
diff
changeset
|
142 <version>4.11</version> |
762
c415d14acadd
Tests should not depend on actual data nor order of attributes in JSON.
Tom Gottfried <tom@intevation.de>
parents:
739
diff
changeset
|
143 <scope>test</scope> |
c415d14acadd
Tests should not depend on actual data nor order of attributes in JSON.
Tom Gottfried <tom@intevation.de>
parents:
739
diff
changeset
|
144 </dependency> |
c415d14acadd
Tests should not depend on actual data nor order of attributes in JSON.
Tom Gottfried <tom@intevation.de>
parents:
739
diff
changeset
|
145 <dependency> |
c415d14acadd
Tests should not depend on actual data nor order of attributes in JSON.
Tom Gottfried <tom@intevation.de>
parents:
739
diff
changeset
|
146 <groupId>org.hamcrest</groupId> |
c415d14acadd
Tests should not depend on actual data nor order of attributes in JSON.
Tom Gottfried <tom@intevation.de>
parents:
739
diff
changeset
|
147 <artifactId>hamcrest-library</artifactId> |
c415d14acadd
Tests should not depend on actual data nor order of attributes in JSON.
Tom Gottfried <tom@intevation.de>
parents:
739
diff
changeset
|
148 <version>1.3</version> |
430
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
149 <scope>test</scope> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
150 </dependency> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
151 <dependency> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
152 <groupId>org.jboss.arquillian.junit</groupId> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
153 <artifactId>arquillian-junit-container</artifactId> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
154 <scope>test</scope> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
155 </dependency> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
156 <dependency> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
157 <groupId>org.jboss.arquillian.protocol</groupId> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
158 <artifactId>arquillian-protocol-servlet</artifactId> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
159 <scope>test</scope> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
160 </dependency> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
161 <dependency> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
162 <groupId>org.glassfish</groupId> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
163 <artifactId>javax.json</artifactId> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
164 <version>1.0.4</version> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
165 <scope>test</scope> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
166 </dependency> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
167 <dependency> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
168 <groupId>org.jboss.resteasy</groupId> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
169 <artifactId>resteasy-client</artifactId> |
641
c08773b0872e
Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
633
diff
changeset
|
170 <version>3.0.11.Final</version> |
430
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
171 <scope>test</scope> |
421
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
172 </dependency> |
828
a831d77010f4
Added persistence extension for arquillian and downgraded junit to have a
Raimund Renkert <raimund.renkert@intevation.de>
parents:
766
diff
changeset
|
173 <dependency> |
1097
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
174 <groupId>org.jboss.arquillian.extension</groupId> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
175 <artifactId>arquillian-persistence-dbunit</artifactId> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
176 <version>1.0.0.Alpha7</version> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
177 <scope>test</scope> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
178 </dependency> |
1108
de7184e1370d
Added antlr4 dependencies to pom.xml and war archive in tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1097
diff
changeset
|
179 <dependency> |
de7184e1370d
Added antlr4 dependencies to pom.xml and war archive in tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1097
diff
changeset
|
180 <groupId>org.jboss.shrinkwrap.resolver</groupId> |
de7184e1370d
Added antlr4 dependencies to pom.xml and war archive in tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1097
diff
changeset
|
181 <artifactId>shrinkwrap-resolver-impl-maven</artifactId> |
de7184e1370d
Added antlr4 dependencies to pom.xml and war archive in tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1097
diff
changeset
|
182 <scope>test</scope> |
de7184e1370d
Added antlr4 dependencies to pom.xml and war archive in tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1097
diff
changeset
|
183 </dependency> |
421
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
184 </dependencies> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
185 |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
186 <profiles> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
187 <profile> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
188 <id>default</id> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
189 <activation> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
190 <activeByDefault>true</activeByDefault> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
191 </activation> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
192 <build> |
971
ad8c859cfdca
Get version from pom.xml instead of hard coded.
Tom Gottfried <tom@intevation.de>
parents:
828
diff
changeset
|
193 <resources> |
ad8c859cfdca
Get version from pom.xml instead of hard coded.
Tom Gottfried <tom@intevation.de>
parents:
828
diff
changeset
|
194 <resource> |
ad8c859cfdca
Get version from pom.xml instead of hard coded.
Tom Gottfried <tom@intevation.de>
parents:
828
diff
changeset
|
195 <directory>src/main/resources</directory> |
ad8c859cfdca
Get version from pom.xml instead of hard coded.
Tom Gottfried <tom@intevation.de>
parents:
828
diff
changeset
|
196 <filtering>true</filtering> |
ad8c859cfdca
Get version from pom.xml instead of hard coded.
Tom Gottfried <tom@intevation.de>
parents:
828
diff
changeset
|
197 </resource> |
ad8c859cfdca
Get version from pom.xml instead of hard coded.
Tom Gottfried <tom@intevation.de>
parents:
828
diff
changeset
|
198 </resources> |
430
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
199 <plugins> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
200 <plugin> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
201 <artifactId>maven-surefire-plugin</artifactId> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
202 <configuration> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
203 <skip>true</skip> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
204 </configuration> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
205 </plugin> |
641
c08773b0872e
Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
633
diff
changeset
|
206 <plugin> |
720
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
207 <artifactId>maven-compiler-plugin</artifactId> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
208 <version>3.1</version> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
209 <configuration> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
210 <showDeprecation>true</showDeprecation> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
211 <showWarnings>true</showWarnings> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
212 <compilerArguments> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
213 <source>1.7</source> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
214 <target>1.7</target> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
215 </compilerArguments> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
216 </configuration> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
217 </plugin> |
1097
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
218 <plugin> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
219 <groupId>org.antlr</groupId> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
220 <artifactId>antlr4-maven-plugin</artifactId> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
221 <version>4.5</version> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
222 <configuration> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
223 <outputDirectory>${basedir}/src/main/java</outputDirectory> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
224 </configuration> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
225 <executions> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
226 <execution> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
227 <goals> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
228 <goal>antlr4</goal> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
229 </goals> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
230 </execution> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
231 </executions> |
186d602e031a
Merged branch schema-update into default.
Tom Gottfried <tom@intevation.de>
parents:
1095
diff
changeset
|
232 </plugin> |
430
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
233 </plugins> |
421
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
234 </build> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
235 </profile> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
236 |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
237 <profile> |
430
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
238 <id>remote-test</id> |
641
c08773b0872e
Fixed project dependencies and openid authentication/authorization for tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
633
diff
changeset
|
239 <build> |
720
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
240 <plugins> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
241 <plugin> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
242 <artifactId>maven-compiler-plugin</artifactId> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
243 <version>3.1</version> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
244 <configuration> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
245 <showDeprecation>true</showDeprecation> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
246 <showWarnings>true</showWarnings> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
247 <compilerArguments> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
248 <source>1.7</source> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
249 <target>1.7</target> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
250 </compilerArguments> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
251 </configuration> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
252 </plugin> |
1108
de7184e1370d
Added antlr4 dependencies to pom.xml and war archive in tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1097
diff
changeset
|
253 <plugin> |
de7184e1370d
Added antlr4 dependencies to pom.xml and war archive in tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1097
diff
changeset
|
254 <groupId>org.antlr</groupId> |
de7184e1370d
Added antlr4 dependencies to pom.xml and war archive in tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1097
diff
changeset
|
255 <artifactId>antlr4-maven-plugin</artifactId> |
de7184e1370d
Added antlr4 dependencies to pom.xml and war archive in tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1097
diff
changeset
|
256 <version>4.5</version> |
de7184e1370d
Added antlr4 dependencies to pom.xml and war archive in tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1097
diff
changeset
|
257 <configuration> |
de7184e1370d
Added antlr4 dependencies to pom.xml and war archive in tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1097
diff
changeset
|
258 <outputDirectory>${basedir}/src/main/java</outputDirectory> |
de7184e1370d
Added antlr4 dependencies to pom.xml and war archive in tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1097
diff
changeset
|
259 </configuration> |
de7184e1370d
Added antlr4 dependencies to pom.xml and war archive in tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1097
diff
changeset
|
260 <executions> |
de7184e1370d
Added antlr4 dependencies to pom.xml and war archive in tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1097
diff
changeset
|
261 <execution> |
de7184e1370d
Added antlr4 dependencies to pom.xml and war archive in tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1097
diff
changeset
|
262 <goals> |
de7184e1370d
Added antlr4 dependencies to pom.xml and war archive in tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1097
diff
changeset
|
263 <goal>antlr4</goal> |
de7184e1370d
Added antlr4 dependencies to pom.xml and war archive in tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1097
diff
changeset
|
264 </goals> |
de7184e1370d
Added antlr4 dependencies to pom.xml and war archive in tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1097
diff
changeset
|
265 </execution> |
de7184e1370d
Added antlr4 dependencies to pom.xml and war archive in tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1097
diff
changeset
|
266 </executions> |
de7184e1370d
Added antlr4 dependencies to pom.xml and war archive in tests.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1097
diff
changeset
|
267 </plugin> |
720
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
268 </plugins> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
269 </build> |
430
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
270 <dependencies> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
271 <dependency> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
272 <groupId>org.wildfly</groupId> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
273 <artifactId>wildfly-arquillian-container-remote</artifactId> |
766
ee0ee3c37449
Adapt version of test dependencies.
Tom Gottfried <tom@intevation.de>
parents:
762
diff
changeset
|
274 <version>8.2.1.Final</version> |
430
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
275 <scope>test</scope> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
276 </dependency> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
277 </dependencies> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
278 </profile> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
279 |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
280 <profile> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
281 <id>managed-test</id> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
282 <dependencies> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
283 <dependency> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
284 <groupId>org.wildfly</groupId> |
437
5011173fd340
Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
435
diff
changeset
|
285 <artifactId>wildfly-arquillian-container-managed</artifactId> |
766
ee0ee3c37449
Adapt version of test dependencies.
Tom Gottfried <tom@intevation.de>
parents:
762
diff
changeset
|
286 <version>8.2.1.Final</version> |
430
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
287 <scope>test</scope> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
288 </dependency> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
289 </dependencies> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
290 </profile> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
291 |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
292 <profile> |
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
293 <id>remote-deploy</id> |
421
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
294 <build> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
295 <plugins> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
296 <plugin> |
720
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
297 <artifactId>maven-surefire-plugin</artifactId> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
298 <configuration> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
299 <skip>true</skip> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
300 </configuration> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
301 </plugin> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
302 <plugin> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
303 <artifactId>maven-compiler-plugin</artifactId> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
304 <version>3.1</version> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
305 <configuration> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
306 <showDeprecation>true</showDeprecation> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
307 <showWarnings>true</showWarnings> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
308 <compilerArguments> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
309 <source>1.7</source> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
310 <target>1.7</target> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
311 </compilerArguments> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
312 </configuration> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
313 </plugin> |
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
314 <plugin> |
421
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
315 <groupId>org.wildfly.plugins</groupId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
316 <artifactId>wildfly-maven-plugin</artifactId> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
317 <configuration> |
720
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
318 <hostname>localhost</hostname> |
739
add3e994b4c4
add new search 'HP-Nr-Filter'
Michael Stanko <mstanko@bfs.de>
parents:
730
diff
changeset
|
319 <port>9990</port> |
add3e994b4c4
add new search 'HP-Nr-Filter'
Michael Stanko <mstanko@bfs.de>
parents:
730
diff
changeset
|
320 <!-- |
421
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
321 <username>admin</username> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
322 <password>secret</password> |
739
add3e994b4c4
add new search 'HP-Nr-Filter'
Michael Stanko <mstanko@bfs.de>
parents:
730
diff
changeset
|
323 --> |
421
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
324 </configuration> |
720
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
325 <!-- <executions> |
421
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
326 <execution> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
327 <id>deploy-jar</id> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
328 <phase>install</phase> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
329 <goals> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
330 <goal>deploy</goal> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
331 </goals> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
332 </execution> |
720
5815920ccabc
Removed the OpenId authentorization files and dependencies.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
718
diff
changeset
|
333 </executions>--> |
421
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
334 </plugin> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
335 </plugins> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
336 </build> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
337 </profile> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
338 </profiles> |
430
5fe37b00ed41
Updated dependencies and profiles.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
421
diff
changeset
|
339 |
421
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
340 <repositories> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
341 <repository> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
342 <id>OSGEO GeoTools repo</id> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
343 <url>http://download.osgeo.org/webdav/geotools</url> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
344 </repository> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
345 <repository> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
346 <id>Hibernate Spatial repo</id> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
347 <url>http://www.hibernatespatial.org/repository</url> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
348 </repository> |
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
349 </repositories> |
1141
d56706c33269
Next version planned is 2.4.1.
Tom Gottfried <tom@intevation.de>
parents:
1139
diff
changeset
|
350 <version>2.4.1-SNAPSHOT</version> |
421
0ec07c73d4bb
Added basic config files.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff
changeset
|
351 </project> |