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.
17 lines
498 B
17 lines
498 B
<model> |
|
<modelVersion>4.0.0</modelVersion> |
|
<parent> |
|
<groupId>net.sf.acegisecurity</groupId> |
|
<artifactId>acegi-security-adapters</artifactId> |
|
<version>0.9.0-SNAPSHOT</version> |
|
</parent> |
|
<artifactId>acegi-security-resin</artifactId> |
|
<name>Acegi Security System for Spring - Resin adapter</name> |
|
<dependencies> |
|
<dependency> |
|
<groupId>com.caucho</groupId> |
|
<artifactId>resin</artifactId> |
|
<version>3.0.9</version> |
|
</dependency> |
|
</dependencies> |
|
</model>
|
|
|