You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1013 B
39 lines
1013 B
7 years ago
|
<?xml version="1.0"?>
|
||
|
<project>
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<groupId>cglib</groupId>
|
||
|
<artifactId>cglib</artifactId>
|
||
|
<name>Code Generation Library</name>
|
||
|
<version>2.2</version>
|
||
|
<url>http://cglib.sourceforge.net/</url>
|
||
|
<licenses>
|
||
|
<license>
|
||
|
<name>ASF 2.0</name>
|
||
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||
|
<distribution>repo</distribution>
|
||
|
</license>
|
||
|
</licenses>
|
||
|
<scm>
|
||
|
<url>http://cglib.cvs.sourceforge.net/cglib</url>
|
||
|
</scm>
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>asm</groupId>
|
||
|
<artifactId>asm</artifactId>
|
||
|
<version>3.1</version>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>asm</groupId>
|
||
|
<artifactId>asm-util</artifactId>
|
||
|
<version>3.1</version>
|
||
|
<optional>true</optional>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>ant</groupId>
|
||
|
<artifactId>ant</artifactId>
|
||
|
<version>1.6.2</version>
|
||
|
<optional>true</optional>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
</project>
|