Stanislav Ochotnicky abc71dd
diff --git a/pom.xml b/pom.xml
Stanislav Ochotnicky 3517920
index cfabbe5..b3f0a12 100644
Stanislav Ochotnicky abc71dd
--- a/pom.xml
Stanislav Ochotnicky abc71dd
+++ b/pom.xml
e9ea394
@@ -24,12 +24,6 @@
e9ea394
 
e9ea394
     <modelVersion>4.0.0</modelVersion>
e9ea394
 
e9ea394
-    <parent>
e9ea394
-        <groupId>org.apache.geronimo.genesis</groupId>
e9ea394
-        <artifactId>genesis-java5-flava</artifactId>
e9ea394
-        <version>2.0</version>
e9ea394
-    </parent>
e9ea394
-
e9ea394
     <groupId>org.apache.xbean</groupId>
e9ea394
     <artifactId>xbean</artifactId>
e9ea394
     <name>Apache XBean</name>
Stanislav Ochotnicky 3517920
@@ -259,39 +253,15 @@
e9ea394
             </dependency>
e9ea394
 
e9ea394
             <dependency>
Stanislav Ochotnicky 3517920
-                <groupId>mx4j</groupId>
Stanislav Ochotnicky 3517920
-                <artifactId>mx4j</artifactId>
Stanislav Ochotnicky 3517920
-                <version>3.0.1</version>
Stanislav Ochotnicky 3517920
-            </dependency>
Stanislav Ochotnicky 3517920
-
Stanislav Ochotnicky 3517920
-            <dependency>
e9ea394
-                <groupId>org.springframework</groupId>
e9ea394
-                <artifactId>spring-beans</artifactId>
e9ea394
-                <version>2.5.6</version>
e9ea394
-            </dependency>
e9ea394
-
e9ea394
-            <dependency>
e9ea394
-                <groupId>org.springframework</groupId>
e9ea394
-                <artifactId>spring-context</artifactId>
e9ea394
-                <version>2.5.6</version>
e9ea394
-            </dependency>
e9ea394
-
e9ea394
-            <dependency>
e9ea394
-                <groupId>org.springframework</groupId>
e9ea394
-                <artifactId>spring-web</artifactId>
e9ea394
-                <version>2.5.6</version>
e9ea394
-            </dependency>
e9ea394
-
e9ea394
-            <dependency>
e9ea394
                 <groupId>com.thoughtworks.qdox</groupId>
e9ea394
                 <artifactId>qdox</artifactId>
e9ea394
                 <version>1.6.3</version>
e9ea394
             </dependency>
e9ea394
-            
e9ea394
+
e9ea394
             <dependency>
e9ea394
                 <groupId>org.slf4j</groupId>
e9ea394
                 <artifactId>slf4j-api</artifactId>
e9ea394
-                <version>1.5.11</version>                
e9ea394
+                <version>1.5.11</version>
e9ea394
             </dependency>
e9ea394
         </dependencies>
e9ea394
     </dependencyManagement>
Stanislav Ochotnicky 3517920
@@ -343,22 +313,22 @@
e9ea394
                 <groupId>org.apache.felix</groupId>
e9ea394
                 <artifactId>maven-bundle-plugin</artifactId>
e9ea394
             </plugin>
e9ea394
+             <plugin>
e9ea394
+                <artifactId>maven-compiler-plugin</artifactId>
e9ea394
+                <configuration>
e9ea394
+                    <source>1.5</source>
e9ea394
+                    <target>1.5</target>
e9ea394
+                </configuration>
e9ea394
+            </plugin>
e9ea394
         </plugins>
e9ea394
     </build>
e9ea394
 
e9ea394
     <modules>
e9ea394
-        <module>xbean-classloader</module>
e9ea394
         <module>xbean-classpath</module>
e9ea394
         <module>xbean-bundleutils</module>
Stanislav Ochotnicky 566be54
         <module>xbean-finder</module>
e9ea394
         <module>xbean-naming</module>
e9ea394
         <module>xbean-reflect</module>
e9ea394
-        <module>xbean-blueprint</module>
e9ea394
-        <module>xbean-spring</module>
e9ea394
-        <module>xbean-telnet</module>
e9ea394
-        <module>maven-xbean-plugin</module>
e9ea394
-        <module>xbean-asm-shaded</module>
e9ea394
-        <module>xbean-finder-shaded</module>
e9ea394
     </modules>
e9ea394
 
e9ea394
     <reporting>
Stanislav Ochotnicky 3517920
@@ -424,4 +394,4 @@
e9ea394
         </plugins>
e9ea394
     </reporting>
e9ea394
 
e9ea394
-</project>
e9ea394
\ No newline at end of file
e9ea394
+</project>
Stanislav Ochotnicky abc71dd
diff --git a/xbean-reflect/pom.xml b/xbean-reflect/pom.xml
Stanislav Ochotnicky abc71dd
index b2a76b2..3985b46 100644
Stanislav Ochotnicky abc71dd
--- a/xbean-reflect/pom.xml
Stanislav Ochotnicky abc71dd
+++ b/xbean-reflect/pom.xml
e9ea394
@@ -47,13 +47,6 @@
Stanislav Ochotnicky abc71dd
             <optional>true</optional>
Stanislav Ochotnicky abc71dd
         </dependency>
Stanislav Ochotnicky abc71dd
         <dependency>
Stanislav Ochotnicky abc71dd
-            <groupId>org.apache.xbean</groupId>
Stanislav Ochotnicky abc71dd
-            <artifactId>xbean-asm-shaded</artifactId>
Stanislav Ochotnicky abc71dd
-            <version>3.8</version>
Stanislav Ochotnicky abc71dd
-            <scope>provided</scope>
Stanislav Ochotnicky abc71dd
-            <optional>true</optional>
Stanislav Ochotnicky abc71dd
-        </dependency>
Stanislav Ochotnicky abc71dd
-        <dependency>
Stanislav Ochotnicky abc71dd
             <groupId>log4j</groupId>
Stanislav Ochotnicky abc71dd
             <artifactId>log4j</artifactId>
Stanislav Ochotnicky abc71dd
             <version>1.2.12</version>