unitxc/ff-unitxc-converter/pom.xml

21 lines
745 B
XML
Raw Normal View History

2015-09-08 20:39:28 +00:00
<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>
<groupId>net.forwardfire.unitxc</groupId>
<artifactId>ff-unitxc</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>ff-unitxc-converter</artifactId>
2015-10-22 19:53:48 +00:00
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
2015-09-08 20:39:28 +00:00
</project>