Author: gmazza
Date: Thu Jun 19 03:45:35 2014
New Revision: 1603704
URL: http://svn.apache.org/r1603704
Log:
Unnecessary dependency declaration removed, as confirmed via mvn dependency:tree
Modified:
roller/trunk/app/pom.xml
Modified: roller/trunk/app/pom.xml
URL:
http://svn.apache.org/viewvc/roller/trunk/app/pom.xml?rev=1603704&r1=1603703&r2=1603704&view=diff
==============================================================================
--- roller/trunk/app/pom.xml (original)
+++ roller/trunk/app/pom.xml Thu Jun 19 03:45:35 2014
@@ -142,13 +142,6 @@
<dependency>
<groupId>net.oauth.core</groupId>
- <artifactId>oauth</artifactId>
- <scope>compile</scope>
- <version>20100527</version>
- </dependency>
-
- <dependency>
- <groupId>net.oauth.core</groupId>
<artifactId>oauth-provider</artifactId>
<scope>compile</scope>
<version>20100527</version>