44 lines
1.3 KiB
XML
44 lines
1.3 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">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<relativePath>../masterbuild</relativePath>
|
|
<groupId>com.sequencelogic</groupId>
|
|
<artifactId>masterbuild</artifactId>
|
|
<version>2.3.0</version>
|
|
</parent>
|
|
|
|
<artifactId>classification</artifactId>
|
|
<version>1.0.0</version>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.json</groupId>
|
|
<artifactId>json</artifactId>
|
|
<version>20140107</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
|
<artifactId>jackson-datatype-jsr310</artifactId>
|
|
<version>2.4.6</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.sequencelogic</groupId>
|
|
<artifactId>diffutils</artifactId>
|
|
<version>1.3.1</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.magicwerk</groupId>
|
|
<artifactId>brownies-collections</artifactId>
|
|
<version>0.9.13</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project>
|