Author: lindner
Date: Mon Jan 17 17:13:30 2011
New Revision: 1059997

URL: http://svn.apache.org/viewvc?rev=1059997&view=rev
Log:
remove old unused betwixt converter and it's dependency

Removed:
    
shindig/trunk/java/common/src/main/java/org/apache/shindig/protocol/conversion/BeanAtomConverter.java
    
shindig/trunk/java/common/src/main/java/org/apache/shindig/protocol/conversion/BeanXmlConverter.java
    
shindig/trunk/java/common/src/test/java/org/apache/shindig/protocol/conversion/BeanXmlConverterTest.java
Modified:
    shindig/trunk/java/common/pom.xml
    shindig/trunk/pom.xml

Modified: shindig/trunk/java/common/pom.xml
URL: 
http://svn.apache.org/viewvc/shindig/trunk/java/common/pom.xml?rev=1059997&r1=1059996&r2=1059997&view=diff
==============================================================================
--- shindig/trunk/java/common/pom.xml (original)
+++ shindig/trunk/java/common/pom.xml Mon Jan 17 17:13:30 2011
@@ -118,10 +118,6 @@
       <artifactId>oauth</artifactId>
     </dependency>
     <dependency>
-      <artifactId>commons-betwixt</artifactId>
-      <groupId>commons-betwixt</groupId>
-    </dependency>
-    <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
     </dependency>

Modified: shindig/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1059997&r1=1059996&r2=1059997&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Mon Jan 17 17:13:30 2011
@@ -1570,11 +1570,6 @@
         <scope>compile</scope>
       </dependency>
       <dependency>
-        <artifactId>commons-betwixt</artifactId>
-        <groupId>commons-betwixt</groupId>
-        <version>0.8</version>
-      </dependency>
-      <dependency>
         <artifactId>commons-collections</artifactId>
         <groupId>commons-collections</groupId>
         <version>3.2.1</version>


Reply via email to