diff pom.xml @ 3:47b53ae385d1

merging old code
author casties
date Fri, 29 Jun 2012 20:38:27 +0200
parents 6556943c4fb9
children 3599b29c393f
line wrap: on
line diff
--- a/pom.xml	Thu Jun 28 19:34:32 2012 +0200
+++ b/pom.xml	Fri Jun 29 20:38:27 2012 +0200
@@ -59,11 +59,27 @@
 			<artifactId>org.restlet.ext.json</artifactId>
 			<version>${restlet-version}</version>
 		</dependency>
+		<dependency>
+			<groupId>com.googlecode.jsontoken</groupId>
+			<artifactId>jsontoken</artifactId>
+			<version>1.1-SNAPSHOT</version>
+			<exclusions>
+				<exclusion>
+					<artifactId>servlet-api</artifactId>
+					<groupId>javax.servlet</groupId>
+				</exclusion>
+			</exclusions>
+		</dependency>
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
             <version>1.2.14</version>
         </dependency>
+        <dependency>
+        	<groupId>commons-codec</groupId>
+        	<artifactId>commons-codec</artifactId>
+        	<version>1.4</version>
+        </dependency>
 	</dependencies>
 	<build>
 		<pluginManagement>
@@ -79,4 +95,5 @@
 			</plugins>
 		</pluginManagement>
 	</build>
+	<packaging>war</packaging>
 </project>
\ No newline at end of file