<project>
	<!-- DDMSence is built with Apache Ant via the build.xml at the root of this project. 
		This POM file is only used to sync the distributable JAR files to the Maven Central Repository.
		For details, see: https://ddmsence.atlassian.net/browse/DDMSENCE-188 -->
	<modelVersion>4.0.0</modelVersion>
	<groupId>net.urizone</groupId>
	<artifactId>ddmsence</artifactId>
	<packaging>jar</packaging>
	<name>DDMSence</name>
	<version>2.6.0</version>	
	<description>DDMSence (pronounced "dee-dee-em-Essence") is the only open-source Java library that fully supports the DoD Discovery Metadata Specification (DDMS).</description>
	<url>https://ddmsence.urizone.net/</url>
	<licenses>
		<license>
			<name>GNU Lesser General Public License (LGPL)</name>
			<url>https://ddmsence.urizone.net/license.jsp</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
		<url>https://code.urizone.net/svn/ddmsence/trunk/</url>
		<connection>https://code.urizone.net/svn/ddmsence/trunk/</connection>
	</scm>
	<developers>
		<developer>
			<id>brian.uri</id>
			<name>Brian Uri!</name>
			<email>ddmsence@urizone.net</email>
		</developer>
	</developers>
	<dependencies>
		<dependency>
			<groupId>com.google.code.gson</groupId>
			<artifactId>gson</artifactId>
			<version>2.3</version>
		</dependency>
		<dependency>
			<groupId>joda-time</groupId>
			<artifactId>joda-time</artifactId>
			<version>2.5</version>
		</dependency>
		<dependency>
			<groupId>net.sf.saxon</groupId>
			<artifactId>Saxon-HE</artifactId>
			<version>9.6.0-2</version>
			<type>jar</type>
		</dependency>
		<dependency>
			<groupId>xom</groupId>
			<artifactId>xom</artifactId>
			<version>1.2.5</version>
			<!--  Actual Current Version as of v2.2.0: 1.2.10 -->
			<type>jar</type>
		</dependency>
		<dependency>
			<groupId>xerces</groupId>
			<artifactId>xercesImpl</artifactId>
			<version>2.11.0</version>
			<type>jar</type>
		</dependency>
		<dependency>
			<groupId>xml-apis</groupId>
			<artifactId>xml-apis</artifactId>
			<version>1.4.01</version>
			<type>jar</type>
		</dependency>
	</dependencies>
</project>