blob: b5a0e219834891c80240d4f8974981f3181e0930 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project>
<!-- General information -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-jaxrs</artifactId>
<packaging>jar</packaging>
<name>JAX-RS provider for JSON content type</name>
<version>@VERSION@</version>
<description>Jax-RS provider for JSON content type, based on
Jackson JSON processor's data binding functionality.
</description>
<!-- Contact information -->
<url>http://jackson.codehaus.org</url>
<scm>
<url>http://xircles.codehaus.org/projects/jackson/repos/primary/repo</url>
</scm>
<issueManagement>
<url>http://jira.codehaus.org/browse/JACKSON</url>
</issueManagement>
<developers>
<developer>
<id>cowtowncoder</id>
<name>Tatu Saloranta</name>
<email>tatu@fasterxml.com</email>
</developer>
</developers>
<!-- Dependency information -->
<dependencies>
<!-- need the core Jackson core and mapper jars
-->
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>@VERSION@</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>@VERSION@</version>
</dependency>
</dependencies>
<!-- Licensing: ASL or GPL -->
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
<license>
<name>GNU Lesser General Public License (LGPL), Version 2.1</name>
<url>http://www.fsf.org/licensing/licenses/lgpl.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<organization>
<name>FasterXML</name>
<url>http://fasterxml.com</url>
</organization>
</project>