29 lines
No EOL
1.1 KiB
XML
29 lines
No EOL
1.1 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>de.tuxed</groupId>
|
|
<artifactId>codefellow-plugin</artifactId>
|
|
<packaging>jar</packaging>
|
|
<version>0.3</version>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>de.tuxed</groupId>
|
|
<artifactId>codefellow-core_2.8.0.RC5</artifactId>
|
|
<version>0.3</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.scala-lang</groupId>
|
|
<artifactId>scala-library</artifactId>
|
|
<version>2.7.7</version>
|
|
<scope>compile</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
<repositories>
|
|
<repository>
|
|
<id>ScalaToolsMaven2Repository</id>
|
|
<name>Scala-Tools Maven2 Repository</name>
|
|
<url>http://scala-tools.org/repo-releases/</url>
|
|
</repository>
|
|
</repositories>
|
|
</project> |