blob: 97772c91c4b7cde33e62fa0edb108aaaf2bedce3 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?><project>
<parent>
<artifactId>xbean</artifactId>
<groupId>org.apache.xbean</groupId>
<version>2.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xbean-classloader</artifactId>
<name>XBean :: Classloader</name>
<version>2.6-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.4</source>
<target>1.4</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.xbean</groupId>
<artifactId>maven-xbean-plugin</artifactId>
<version>2.6-SNAPSHOT</version>
<executions>
<execution>
<goals>
<goal>mapping</goal>
</goals>
</execution>
</executions>
<configuration>
<namespace>http://xbean.apache.org/schemas/classloader</namespace>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
</dependency>
</dependencies>
</project>