53 lines
1.7 KiB
XML
53 lines
1.7 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-bundle</artifactId>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>piflow</groupId>
|
|
<artifactId>piflow-core</artifactId>
|
|
<version>0.9</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>piflow</groupId>
|
|
<artifactId>piflow-conf</artifactId>
|
|
<version>0.9</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.clapper</groupId>
|
|
<artifactId>classutil_2.11</artifactId>
|
|
<version>1.3.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sksamuel.scrimage</groupId>
|
|
<artifactId>scrimage-core_2.11</artifactId>
|
|
<version>2.1.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sksamuel.scrimage</groupId>
|
|
<artifactId>scrimage-io-extra_2.11</artifactId>
|
|
<version>2.1.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sksamuel.scrimage</groupId>
|
|
<artifactId>scrimage-filters_2.11</artifactId>
|
|
<version>2.1.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
<version>1.7.25</version>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project> |