project.xml 317 B

1234567891011
  1. <project>
  2. <extend>${basedir}/../project.xml</extend>
  3. <artifactId>acegi-security-resin</artifactId>
  4. <dependencies>
  5. <dependency>
  6. <groupId>resin</groupId>
  7. <artifactId>resin</artifactId>
  8. <version>3.0.9</version>
  9. </dependency>
  10. </dependencies>
  11. </project>