Blame SOURCES/scannotation-1.0.3.Final-remove-dependencies.patch

6b3331
diff -up scannotation-1.0.3.Final/pom.xml.fix scannotation-1.0.3.Final/pom.xml
6b3331
--- scannotation-1.0.3.Final/pom.xml.fix	2011-12-09 02:37:45.235999604 -0500
6b3331
+++ scannotation-1.0.3.Final/pom.xml	2011-12-09 02:39:27.035000678 -0500
6b3331
@@ -9,7 +9,6 @@
6b3331
     <packaging>pom</packaging>
6b3331
 
6b3331
     <modules>
6b3331
-        <module>titan-test-jar</module>
6b3331
         <module>scannotation</module>
6b3331
     </modules>
6b3331
 </project>
6b3331
diff -up scannotation-1.0.3.Final/scannotation/pom.xml.fix scannotation-1.0.3.Final/scannotation/pom.xml
6b3331
--- scannotation-1.0.3.Final/scannotation/pom.xml.fix	2011-12-09 02:41:31.427996852 -0500
6b3331
+++ scannotation-1.0.3.Final/scannotation/pom.xml	2011-12-09 02:40:37.588999468 -0500
6b3331
@@ -30,12 +30,6 @@
6b3331
             <scope>test</scope>
6b3331
         </dependency>
6b3331
         <dependency>
6b3331
-            <groupId>org.resteasy</groupId>
6b3331
-            <artifactId>titan-cruise</artifactId>
6b3331
-            <version>1.0</version>
6b3331
-            <scope>test</scope>
6b3331
-        </dependency>
6b3331
-        <dependency>
6b3331
             <groupId>javassist</groupId>
6b3331
             <artifactId>javassist</artifactId>
6b3331
             <version>3.12.1.GA</version>