Mercurial > lada > lada-server
comparison pom.xml @ 295:512addede0ec
Added dependency org.json.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 15 Aug 2013 15:16:07 +0200 |
parents | 7c268f742553 |
children | a529909cffeb |
comparison
equal
deleted
inserted
replaced
293:7c268f742553 | 295:512addede0ec |
---|---|
188 | 188 |
189 <dependency> | 189 <dependency> |
190 <groupId>org.jboss.arquillian.protocol</groupId> | 190 <groupId>org.jboss.arquillian.protocol</groupId> |
191 <artifactId>arquillian-protocol-servlet</artifactId> | 191 <artifactId>arquillian-protocol-servlet</artifactId> |
192 <scope>test</scope> | 192 <scope>test</scope> |
193 </dependency> | |
194 <dependency> | |
195 <groupId>org.json</groupId> | |
196 <artifactId>json</artifactId> | |
197 <version>20090211</version> | |
193 </dependency> | 198 </dependency> |
194 </dependencies> | 199 </dependencies> |
195 | 200 |
196 <build> | 201 <build> |
197 <!-- Maven will append the version to the finalName (which is the | 202 <!-- Maven will append the version to the finalName (which is the |