You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.8 KiB
56 lines
1.8 KiB
11 months ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<groupId>org.dom4j</groupId>
|
||
|
<artifactId>dom4j</artifactId>
|
||
|
<version>2.0.0</version>
|
||
|
<name>dom4j</name>
|
||
|
<description>flexible XML framework for Java</description>
|
||
|
<url>http://dom4j.github.io/</url>
|
||
|
<licenses>
|
||
|
<license>
|
||
|
<name>BSD 3-clause New License</name>
|
||
|
<url>https://github.com/dom4j/dom4j/blob/master/LICENSE</url>
|
||
|
</license>
|
||
|
</licenses>
|
||
|
<developers>
|
||
|
<developer>
|
||
|
<name>Filip Jirsák</name>
|
||
|
<email>filip@jirsak.org</email>
|
||
|
<url>https://github.com/FilipJirsak</url>
|
||
|
</developer>
|
||
|
</developers>
|
||
|
<scm>
|
||
|
<connection>scm:git:git@github.com:dom4j/dom4j.git</connection>
|
||
|
<developerConnection>scm:git:git@github.com:dom4j/dom4j.git</developerConnection>
|
||
|
<url>git@github.com:dom4j/dom4j.git</url>
|
||
|
</scm>
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>org.testng</groupId>
|
||
|
<artifactId>testng</artifactId>
|
||
|
<version>6.8.21</version>
|
||
|
<scope>test</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>jaxen</groupId>
|
||
|
<artifactId>jaxen</artifactId>
|
||
|
<version>1.1.6</version>
|
||
|
<scope>compile</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>xalan</groupId>
|
||
|
<artifactId>xalan</artifactId>
|
||
|
<version>2.7.2</version>
|
||
|
<scope>test</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>xerces</groupId>
|
||
|
<artifactId>xercesImpl</artifactId>
|
||
|
<version>2.11.0</version>
|
||
|
<scope>test</scope>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
</project>
|