forked from opensci/piflow
70 lines
2.1 KiB
XML
70 lines
2.1 KiB
XML
|
<?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">
|
||
|
<parent>
|
||
|
<artifactId>piflow-project</artifactId>
|
||
|
<groupId>piflow</groupId>
|
||
|
<version>0.9</version>
|
||
|
</parent>
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
||
|
<artifactId>piflow-configure</artifactId>
|
||
|
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>piflow</groupId>
|
||
|
<artifactId>piflow-core</artifactId>
|
||
|
<version>0.9</version>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>org.clapper</groupId>
|
||
|
<artifactId>classutil_2.11</artifactId>
|
||
|
<version>1.3.0</version>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>org.reflections</groupId>
|
||
|
<artifactId>reflections</artifactId>
|
||
|
<version>0.9.9</version>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>com.chuusai</groupId>
|
||
|
<artifactId>shapeless_2.11</artifactId>
|
||
|
<version>2.3.1</version>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>com.sksamuel.scrimage</groupId>
|
||
|
<artifactId>scrimage-core_2.11</artifactId>
|
||
|
<version>2.1.7</version>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>com.sksamuel.scrimage</groupId>
|
||
|
<artifactId>scrimage-io-extra_2.11</artifactId>
|
||
|
<version>2.1.7</version>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>com.sksamuel.scrimage</groupId>
|
||
|
<artifactId>scrimage-filters_2.11</artifactId>
|
||
|
<version>2.1.7</version>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>org.slf4j</groupId>
|
||
|
<artifactId>slf4j-api</artifactId>
|
||
|
<version>1.7.25</version>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>net.liftweb</groupId>
|
||
|
<artifactId>lift-json_2.11</artifactId>
|
||
|
<version>2.6.1</version>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
|
||
|
</project>
|