diff pom.xml @ 289:f4701a64e8a3

Added upload function to the ProbenService. Must be implemented.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 13 Aug 2013 16:26:00 +0200
parents 7cd0f953651d
children 7c268f742553
line wrap: on
line diff
--- a/pom.xml	Fri Aug 09 12:07:54 2013 +0200
+++ b/pom.xml	Tue Aug 13 16:26:00 2013 +0200
@@ -147,10 +147,28 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-               <groupId>org.jboss.resteasy</groupId>
-               <artifactId>resteasy-jaxrs</artifactId>
-               <version>2.2.2.GA</version>
-               <scope>test</scope>
+           <groupId>org.jboss.resteasy</groupId>
+           <artifactId>resteasy-jaxrs</artifactId>
+           <version>2.2.2.GA</version>
+           <scope>provided</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.jboss.resteasy</groupId>
+          <artifactId>resteasy-jaxb-provider</artifactId>
+          <version>2.3.1.GA</version>
+          <scope>provided</scope>
+        </dependency>
+        <!-- Multipart support -->
+        <dependency>
+          <groupId>org.jboss.resteasy</groupId>
+          <artifactId>resteasy-multipart-provider</artifactId>
+          <version>2.3.1.GA</version>
+        </dependency>
+        <!-- For better I/O control -->
+        <dependency>
+          <groupId>commons-io</groupId>
+          <artifactId>commons-io</artifactId>
+          <version>2.0.1</version>
         </dependency>
         <dependency>
                <groupId>org.apache.httpcomponents</groupId>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)