Removed unused dependencies and unnecessary dependency declarations
This commit is contained in:
parent
c6e1b236bc
commit
5ab23e22d0
1 changed files with 0 additions and 24 deletions
24
pom.xml
24
pom.xml
|
@ -64,10 +64,6 @@
|
|||
<groupId>com.rometools</groupId>
|
||||
<artifactId>rome</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-codec</groupId>
|
||||
<artifactId>commons-codec</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-httpclient</groupId>
|
||||
<artifactId>commons-httpclient</artifactId>
|
||||
|
@ -76,38 +72,18 @@
|
|||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-beanutils</groupId>
|
||||
<artifactId>commons-beanutils</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ws-commons-util</groupId>
|
||||
<artifactId>ws-commons-util</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>xmlrpc</groupId>
|
||||
<artifactId>xmlrpc-client</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>xmlrpc</groupId>
|
||||
<artifactId>xmlrpc-common</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.activation</groupId>
|
||||
<artifactId>activation</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.oauth.core</groupId>
|
||||
<artifactId>oauth</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.oauth.core</groupId>
|
||||
<artifactId>oauth-provider</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
|
|
Loading…
Reference in a new issue