<?xml version="1.0" encoding="UTF-8"?>
<!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements. See the NOTICE file
 distributed with this work for additional information
 regarding copyright ownership. The ASF licenses this file
 to you under the Apache License, Version 2.0 (the
 "License"); you may not use this file except in compliance
 with the License. You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing,
 software distributed under the License is distributed on an
 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 KIND, either express or implied. See the License for the
 specific language governing permissions and limitations
 under the License.
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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.apache.aries.jax.rs</groupId>
 <artifactId>org.apache.aries.jax.rs.shiro.authc</artifactId>
 <version>2.0.2</version>
 <name>Apache Aries JAX-RS Shiro Authentication</name>
 <description>Apache Aries JAX-RS Shiro Authentication Provider</description>
 <url>https://www.apache.org/org.apache.aries.jax.rs/org.apache.aries.jax.rs.shiro.authc/</url>
 <organization>
   <name>The Apache Software Foundation</name>
   <url>https://www.apache.org/</url>
 </organization>
 <licenses>
   <license>
     <name>Apache-2.0</name>
     <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
     <distribution>repo</distribution>
   </license>
 </licenses>
 <mailingLists>
   <mailingList>
     <name>Apache Announce List</name>
     <subscribe>[email protected]</subscribe>
     <unsubscribe>[email protected]</unsubscribe>
     <post>[email protected]</post>
     <archive>https://mail-archives.apache.org/mod_mbox/www-announce/</archive>
   </mailingList>
 </mailingLists>
 <scm>
   <connection>scm:git:http://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git/org.apache.aries.jax.rs.shiro.authc</connection>
   <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git/org.apache.aries.jax.rs.shiro.authc</developerConnection>
   <tag>org.apache.aries.jax.rs-2.0.2</tag>
   <url>https://gitbox.apache.org/repos/asf?p=aries-jax-rs-whiteboard.git/org.apache.aries.jax.rs.shiro.authc</url>
 </scm>
 <distributionManagement>
   <repository>
     <id>apache.releases.https</id>
     <name>Apache Release Distribution Repository</name>
     <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
   </repository>
   <snapshotRepository>
     <id>apache.snapshots.https</id>
     <name>Apache Development Snapshot Repository</name>
     <url>https://repository.apache.org/content/repositories/snapshots</url>
   </snapshotRepository>
 </distributionManagement>
 <dependencies>
   <dependency>
     <groupId>org.apache.aries.component-dsl</groupId>
     <artifactId>org.apache.aries.component-dsl.component-dsl</artifactId>
     <version>1.2.2</version>
     <scope>compile</scope>
     <exclusions>
       <exclusion>
         <groupId>org.osgi</groupId>
         <artifactId>org.osgi.core</artifactId>
       </exclusion>
     </exclusions>
   </dependency>
   <dependency>
     <groupId>org.apache.shiro</groupId>
     <artifactId>shiro-jaxrs</artifactId>
     <version>1.10.1</version>
     <scope>compile</scope>
     <exclusions>
       <exclusion>
         <groupId>javax.ws.rs</groupId>
         <artifactId>javax.ws.rs-api</artifactId>
       </exclusion>
     </exclusions>
   </dependency>
   <dependency>
     <groupId>org.apache.geronimo.specs</groupId>
     <artifactId>geronimo-jaxrs_2.1_spec</artifactId>
     <version>1.1</version>
     <scope>compile</scope>
   </dependency>
   <dependency>
     <groupId>biz.aQute.bnd</groupId>
     <artifactId>biz.aQute.bnd.annotation</artifactId>
     <version>6.4.0</version>
     <scope>provided</scope>
   </dependency>
   <dependency>
     <groupId>org.osgi</groupId>
     <artifactId>org.osgi.service.jaxrs</artifactId>
     <version>1.0.1</version>
     <scope>compile</scope>
   </dependency>
   <dependency>
     <groupId>org.osgi</groupId>
     <artifactId>osgi.core</artifactId>
     <version>6.0.0</version>
     <scope>provided</scope>
   </dependency>
 </dependencies>
 <repositories>
   <repository>
     <releases>
       <enabled>false</enabled>
     </releases>
     <snapshots>
       <enabled>true</enabled>
     </snapshots>
     <id>ossrh</id>
     <url>https://oss.sonatype.org/content/repositories/snapshots</url>
   </repository>
   <repository>
     <releases>
       <enabled>false</enabled>
     </releases>
     <snapshots>
       <enabled>true</enabled>
     </snapshots>
     <id>bnd-snapshots</id>
     <url>https://bndtools.jfrog.io/bndtools/libs-snapshot/</url>
   </repository>
   <repository>
     <id>bnd-release</id>
     <url>https://bndtools.jfrog.io/bndtools/libs-release/</url>
   </repository>
 </repositories>
 <build>
   <plugins>
     <plugin>
       <groupId>biz.aQute.bnd</groupId>
       <artifactId>bnd-maven-plugin</artifactId>
       <version>6.4.0</version>
       <extensions>true</extensions>
     </plugin>
   </plugins>
 </build>
</project>