Sophie

Sophie

distrib > Mageia > 2 > x86_64 > media > core-release-src > by-pkgid > abf7c891ceb7d32971923a23878998a8 > files > 3

xbean-3.7-9.mga2.src.rpm

diff -Nru xbean-3.7/maven-xbean-plugin/pom.xml xbean-3.7-gil/maven-xbean-plugin/pom.xml
--- xbean-3.7/maven-xbean-plugin/pom.xml	2010-05-14 16:21:23.000000000 +0200
+++ xbean-3.7-gil/maven-xbean-plugin/pom.xml	2011-09-22 14:48:54.335370162 +0200
@@ -78,7 +78,7 @@
         </dependency>
 
         <dependency>
-            <groupId>ant</groupId>
+            <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>
             <optional>true</optional>
         </dependency>
diff -Nru xbean-3.7/pom.xml xbean-3.7-gil/pom.xml
--- xbean-3.7/pom.xml	2011-09-22 14:55:05.312376845 +0200
+++ xbean-3.7-gil/pom.xml	2011-09-22 15:02:45.547385135 +0200
@@ -258,6 +258,24 @@
                 <version>3.0.1</version>
             </dependency>
 
+             <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-beans</artifactId>
+                <version>2.5.6</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-context</artifactId>
+                <version>2.5.6</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-web</artifactId>
+                <version>2.5.6</version>
+            </dependency>
+            
             <dependency>
                 <groupId>com.thoughtworks.qdox</groupId>
                 <artifactId>qdox</artifactId>
@@ -330,11 +348,14 @@
     </build>
 
     <modules>
+        <module>xbean-classloader</module>
         <module>xbean-classpath</module>
         <module>xbean-bundleutils</module>
         <module>xbean-finder</module>
         <module>xbean-naming</module>
         <module>xbean-reflect</module>
+        <module>xbean-spring</module>
+        <module>maven-xbean-plugin</module>
     </modules>
 
     <reporting>
diff -Nru xbean-3.7/xbean-spring/pom.xml xbean-3.7-gil/xbean-spring/pom.xml
--- xbean-3.7/xbean-spring/pom.xml	2010-05-14 16:21:23.000000000 +0200
+++ xbean-3.7-gil/xbean-spring/pom.xml	2011-09-22 14:49:17.895370587 +0200
@@ -77,7 +77,7 @@
         </dependency>
 
         <dependency>
-            <groupId>ant</groupId>
+            <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>
             <optional>true</optional>
         </dependency>