12 lines
317 B
XML
12 lines
317 B
XML
|
<project>
|
||
|
<extend>${basedir}/../project.xml</extend>
|
||
|
<artifactId>acegi-security-resin</artifactId>
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>resin</groupId>
|
||
|
<artifactId>resin</artifactId>
|
||
|
<version>3.0.9</version>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
</project>
|