/AuthenticRoast/AuthenticRoast-Samples/pom.xml

http://authenticroast.googlecode.com/ · XML · 28 lines · 27 code · 1 blank · 0 comment · 0 complexity · 973145f333c116099feda082da10cbfa MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <artifactId>AuthenticRoast</artifactId>
  6. <groupId>name.aikesommer</groupId>
  7. <version>0.3.4-SNAPSHOT</version>
  8. </parent>
  9. <groupId>name.aikesommer</groupId>
  10. <artifactId>AuthenticRoast-Samples</artifactId>
  11. <version>0.3.4-SNAPSHOT</version>
  12. <name>AuthenticRoast-Samples</name>
  13. <url>http://code.google.com/p/authenticroast/</url>
  14. <dependencies>
  15. <dependency>
  16. <groupId>name.aikesommer</groupId>
  17. <artifactId>AuthenticRoast-Extras</artifactId>
  18. <version>0.3.4-SNAPSHOT</version>
  19. </dependency>
  20. <dependency>
  21. <groupId>name.aikesommer</groupId>
  22. <artifactId>AuthenticRoast-API</artifactId>
  23. <version>0.3.4-SNAPSHOT</version>
  24. <scope>provided</scope>
  25. </dependency>
  26. </dependencies>
  27. </project>