<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>
  <groupId>com.eclipsesource.jaxrs</groupId>
  <artifactId>jersey-all</artifactId>
  <version>2.22.2</version>
  <name>Jersey All (Rebundled)</name>
  <packaging>jar</packaging>
  <organization>
    <name>EclipseSource</name>
    <url>http://eclipsesource.com/</url>
  </organization>
  <description>jersey-all is a rebundled verison of Jersey as one OSGi bundle.</description>
	<url>https://github.com/hstaudacher/osgi-jax-rs-connector</url>
  <scm>
    <url>git://github.com/hstaudacher/osgi-jax-rs-connector.git</url>
    <connection>scm:git:git://github.com/hstaudacher/osgi-jax-rs-connector.git</connection>
  </scm>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/hstaudacher/osgi-jax-rs-connector/issues</url>
  </issueManagement>
  <licenses>
    <license>
      <name>COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL - Version 1.1)</name>
      <url>https://jersey.java.net/license.html#cddl</url>
    </license>
    <license>
      <name>GNU GENERAL PUBLIC LICENSE (GPL Version 2, June 1991)</name>
      <url>https://jersey.java.net/license.html#/gpl</url>
    </license>		
  </licenses>
  <developers>
    <developer>
      <name>Holger Staudacher</name>
      <organization>EclipseSource</organization>
    </developer>
  </developers>
</project>