94f1d862dc
- update to 2.2 * MethodProxy thread race patch * Upgrade to ASM 3.1 - remove useless repolib, nohook and demo packages - fix build with jdk7 OBS-URL: https://build.opensuse.org/request/show/124675 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cglib?expand=0&rev=9
39 lines
1013 B
XML
39 lines
1013 B
XML
<?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>
|