<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>provider-security</artifactId>
  <version>2.2</version>
  <name>OSGi JAX-RS Security Provider</name>
  <packaging>jar</packaging>
  <organization>
    <name>EclipseSource</name>
    <url>http://eclipsesource.com/</url>
  </organization>
  <description>With the connector OSGi services can be published as RESTful web services by simply registering them as OSGi services.</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>Eclipse Public License - v 1.0</name>
      <url>http://www.eclipse.org/org/documents/epl-v10.html</url>
    </license>
  </licenses>
  <dependencies>
		<dependency>
		  <groupId>com.eclipsesource.jaxrs</groupId>
		  <artifactId>jersey-all</artifactId>
		  <version>2.18</version>
		</dependency>	
  </dependencies>
  <developers>
    <developer>
      <name>Holger Staudacher</name>
      <organization>EclipseSource</organization>
    </developer>
  </developers>
</project>