/AuthenticRoast/AuthenticRoast-Samples/pom.xml
http://authenticroast.googlecode.com/ · XML · 28 lines · 27 code · 1 blank · 0 comment · 0 complexity · 973145f333c116099feda082da10cbfa MD5 · raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>AuthenticRoast</artifactId>
- <groupId>name.aikesommer</groupId>
- <version>0.3.4-SNAPSHOT</version>
- </parent>
- <groupId>name.aikesommer</groupId>
- <artifactId>AuthenticRoast-Samples</artifactId>
- <version>0.3.4-SNAPSHOT</version>
- <name>AuthenticRoast-Samples</name>
- <url>http://code.google.com/p/authenticroast/</url>
- <dependencies>
- <dependency>
- <groupId>name.aikesommer</groupId>
- <artifactId>AuthenticRoast-Extras</artifactId>
- <version>0.3.4-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>name.aikesommer</groupId>
- <artifactId>AuthenticRoast-API</artifactId>
- <version>0.3.4-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- </project>