Show
hide
<?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.max-leuthaeuser</groupId>
<artifactId>scrollcompilerplugin_2.12</artifactId>
<packaging>jar</packaging>
<description>SCROLLCompilerPlugin</description>
<version>0.0.4</version>
<name>SCROLLCompilerPlugin</name>
<organization>
<name>com.github.max-leuthaeuser</name>
</organization>
<url>https://github.com/max-leuthaeuser/SCROLLCompilerPlugin</url>
<licenses>
<license>
<name>LGPL 3.0 license</name>
<url>http://www.opensource.org/licenses/lgpl-3.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:github.com/max-leuthaeuser/SCROLL.git</connection>
<developerConnection>scm:git:git@github.com:max-leuthaeuser/SCROLL.git</developerConnection>
<url>github.com/max-leuthaeuser/SCROLL</url>
</scm>
<developers>
<developer>
<id>max-leuthaeuser</id>
<name>Max Leuthaeuser</name>
<url>https://wwwdb.inf.tu-dresden.de/rosi/investigators/doctoral-students/</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-compiler</artifactId>
<version>2.12.0</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.0</version>
</dependency>
<dependency>
<groupId>com.github.max-leuthaeuser</groupId>
<artifactId>scroll_2.12</artifactId>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
<version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|