Mercurial > lada > lada-server
comparison pom.xml @ 437:5011173fd340
Updated logging infrastructure. Using log4j 1.2.17 since log4j2 does not with arquillian.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 06 Feb 2015 15:58:28 +0100 |
parents | 2b58a86ca06f |
children | 7e8cbc69b784 |
comparison
equal
deleted
inserted
replaced
436:8157dd28aba7 | 437:5011173fd340 |
---|---|
44 <dependency> | 44 <dependency> |
45 <groupId>javax.enterprise</groupId> | 45 <groupId>javax.enterprise</groupId> |
46 <artifactId>cdi-api</artifactId> | 46 <artifactId>cdi-api</artifactId> |
47 <scope>provided</scope> | 47 <scope>provided</scope> |
48 </dependency> | 48 </dependency> |
49 <!-- dependency> | 49 <dependency> |
50 <groupId>javax.ws.rs</groupId> | 50 <groupId>javax.ws.rs</groupId> |
51 <artifactId>jsr311-api</artifactId> | 51 <artifactId>javax.ws.rs-api</artifactId> |
52 <version>1.1.1</version> | 52 <version>2.0.1</version> |
53 </dependency--> | 53 </dependency> |
54 <dependency> | 54 <dependency> |
55 <groupId>org.jboss.spec.javax.ejb</groupId> | 55 <groupId>org.jboss.spec.javax.ejb</groupId> |
56 <artifactId>jboss-ejb-api_3.2_spec</artifactId> | 56 <artifactId>jboss-ejb-api_3.2_spec</artifactId> |
57 <scope>provided</scope> | 57 <scope>provided</scope> |
58 </dependency> | 58 </dependency> |
98 <version>4.3</version> | 98 <version>4.3</version> |
99 </dependency> | 99 </dependency> |
100 | 100 |
101 <!-- Logging --> | 101 <!-- Logging --> |
102 <dependency> | 102 <dependency> |
103 <groupId>org.apache.logging.log4j</groupId> | 103 <groupId>log4j</groupId> |
104 <artifactId>log4j-core</artifactId> | 104 <artifactId>log4j</artifactId> |
105 <version>2.1</version> | 105 <version>1.2.17</version> |
106 </dependency> | |
107 <dependency> | |
108 <groupId>com.fasterxml.jackson.core</groupId> | |
109 <artifactId>jackson-core</artifactId> | |
110 <version>2.4.2</version> | |
111 </dependency> | |
112 <dependency> | |
113 <groupId>com.fasterxml.jackson.core</groupId> | |
114 <artifactId>jackson-databind</artifactId> | |
115 <version>2.4.2</version> | |
116 </dependency> | |
117 <dependency> | |
118 <groupId>com.fasterxml.jackson.core</groupId> | |
119 <artifactId>jackson-annotations</artifactId> | |
120 <version>2.4.2</version> | |
121 </dependency> | 106 </dependency> |
122 | 107 |
123 <!-- Arquillian/Testing --> | 108 <!-- Arquillian/Testing --> |
124 <dependency> | 109 <dependency> |
125 <groupId>junit</groupId> | 110 <groupId>junit</groupId> |
183 <profile> | 168 <profile> |
184 <id>managed-test</id> | 169 <id>managed-test</id> |
185 <dependencies> | 170 <dependencies> |
186 <dependency> | 171 <dependency> |
187 <groupId>org.wildfly</groupId> | 172 <groupId>org.wildfly</groupId> |
188 <artifactId>wildfly-arquillian-container-remote</artifactId> | 173 <artifactId>wildfly-arquillian-container-managed</artifactId> |
189 <version>8.2.0.Final</version> | 174 <version>8.2.0.Final</version> |
190 <scope>test</scope> | 175 <scope>test</scope> |
191 </dependency> | 176 </dependency> |
192 </dependencies> | 177 </dependencies> |
193 </profile> | 178 </profile> |