1
0
mirror of https://github.com/Rogiel/httpchannel synced 2025-12-06 15:42:50 +00:00

Removes uneeded httpchannel-service-4shared dependency

This commit is contained in:
2012-01-20 00:52:51 -02:00
parent 95b549da2c
commit 6f608029b3
3 changed files with 17 additions and 14 deletions

View File

@@ -12,27 +12,17 @@
<name>HttpChannel/Service/4Shared</name>
<description>Provides upload access to 4shared.com</description>
<dependencies>
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2</artifactId>
<version>1.6.1</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j</artifactId>
<version>0.7.2</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
<version>2.2.7</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-rt</artifactId>
<version>2.2.7-promoted-b09</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>