28 lines
926 B
XML
28 lines
926 B
XML
<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>
|
|
<artifactId>gumtree</artifactId>
|
|
<groupId>com.github.gumtreediff</groupId>
|
|
<version>2.0.0-SNAPSHOT</version>
|
|
</parent>
|
|
<artifactId>core</artifactId>
|
|
<name>GumTree Core Module</name>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.github.mpkorstanje</groupId>
|
|
<artifactId>simmetrics-core</artifactId>
|
|
<version>3.0.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.sf.trove4j</groupId>
|
|
<artifactId>trove4j</artifactId>
|
|
<version>3.0.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.code.gson</groupId>
|
|
<artifactId>gson</artifactId>
|
|
<version>2.3</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|