xbean/pom-3.8.patch

115 lines
3.5 KiB
Diff
Raw Normal View History

diff --git a/pom.xml b/pom.xml
index cfabbe5..b3f0a12 100644
--- a/pom.xml
+++ b/pom.xml
2010-07-13 08:21:01 +00:00
@@ -24,12 +24,6 @@
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.geronimo.genesis</groupId>
- <artifactId>genesis-java5-flava</artifactId>
- <version>2.0</version>
- </parent>
-
<groupId>org.apache.xbean</groupId>
<artifactId>xbean</artifactId>
<name>Apache XBean</name>
@@ -259,39 +253,15 @@
2010-07-13 08:21:01 +00:00
</dependency>
<dependency>
- <groupId>mx4j</groupId>
- <artifactId>mx4j</artifactId>
- <version>3.0.1</version>
- </dependency>
-
- <dependency>
2010-07-13 08:21:01 +00:00
- <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>
<version>1.6.3</version>
</dependency>
-
+
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.5.11</version>
+ <version>1.5.11</version>
</dependency>
</dependencies>
</dependencyManagement>
@@ -343,22 +313,22 @@
2010-07-13 08:21:01 +00:00
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
</plugins>
</build>
<modules>
- <module>xbean-classloader</module>
<module>xbean-classpath</module>
<module>xbean-bundleutils</module>
<module>xbean-finder</module>
2010-07-13 08:21:01 +00:00
<module>xbean-naming</module>
<module>xbean-reflect</module>
- <module>xbean-blueprint</module>
- <module>xbean-spring</module>
- <module>xbean-telnet</module>
- <module>maven-xbean-plugin</module>
- <module>xbean-asm-shaded</module>
- <module>xbean-finder-shaded</module>
</modules>
<reporting>
@@ -424,4 +394,4 @@
2010-07-13 08:21:01 +00:00
</plugins>
</reporting>
-</project>
\ No newline at end of file
+</project>
diff --git a/xbean-reflect/pom.xml b/xbean-reflect/pom.xml
index b2a76b2..3985b46 100644
--- a/xbean-reflect/pom.xml
+++ b/xbean-reflect/pom.xml
2010-07-13 08:21:01 +00:00
@@ -47,13 +47,6 @@
<optional>true</optional>
</dependency>
<dependency>
- <groupId>org.apache.xbean</groupId>
- <artifactId>xbean-asm-shaded</artifactId>
- <version>3.8</version>
- <scope>provided</scope>
- <optional>true</optional>
- </dependency>
- <dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.12</version>