comparison 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
comparison
equal deleted inserted replaced
288:7cd0f953651d 289:f4701a64e8a3
145 <groupId>junit</groupId> 145 <groupId>junit</groupId>
146 <artifactId>junit</artifactId> 146 <artifactId>junit</artifactId>
147 <scope>test</scope> 147 <scope>test</scope>
148 </dependency> 148 </dependency>
149 <dependency> 149 <dependency>
150 <groupId>org.jboss.resteasy</groupId> 150 <groupId>org.jboss.resteasy</groupId>
151 <artifactId>resteasy-jaxrs</artifactId> 151 <artifactId>resteasy-jaxrs</artifactId>
152 <version>2.2.2.GA</version> 152 <version>2.2.2.GA</version>
153 <scope>test</scope> 153 <scope>provided</scope>
154 </dependency>
155 <dependency>
156 <groupId>org.jboss.resteasy</groupId>
157 <artifactId>resteasy-jaxb-provider</artifactId>
158 <version>2.3.1.GA</version>
159 <scope>provided</scope>
160 </dependency>
161 <!-- Multipart support -->
162 <dependency>
163 <groupId>org.jboss.resteasy</groupId>
164 <artifactId>resteasy-multipart-provider</artifactId>
165 <version>2.3.1.GA</version>
166 </dependency>
167 <!-- For better I/O control -->
168 <dependency>
169 <groupId>commons-io</groupId>
170 <artifactId>commons-io</artifactId>
171 <version>2.0.1</version>
154 </dependency> 172 </dependency>
155 <dependency> 173 <dependency>
156 <groupId>org.apache.httpcomponents</groupId> 174 <groupId>org.apache.httpcomponents</groupId>
157 <artifactId>httpcore</artifactId> 175 <artifactId>httpcore</artifactId>
158 <version>4.1.4</version> 176 <version>4.1.4</version>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)