Support enabling and disabling shiro based AAA
[aaa.git] / features / shiro / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2015 Brocade Communications Systems and others.
3     All rights reserved. This program and the accompanying materials are made
4     available under the terms of the Eclipse Public License v1.0 which accompanies
5     this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html -->
6 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
8     <modelVersion>4.0.0</modelVersion>
9     <parent>
10         <groupId>org.opendaylight.odlparent</groupId>
11         <artifactId>features-parent</artifactId>
12         <version>1.6.0-SNAPSHOT</version>
13         <relativePath/>
14     </parent>
15
16     <groupId>org.opendaylight.aaa</groupId>
17     <artifactId>features-aaa-shiro</artifactId>
18     <version>0.3.0-SNAPSHOT</version>
19     <packaging>jar</packaging>
20
21     <dependencyManagement>
22         <dependencies>
23             <!-- This project -->
24             <dependency>
25                 <groupId>org.opendaylight.aaa</groupId>
26                 <artifactId>aaa-parent</artifactId>
27                 <version>${project.version}</version>
28                 <scope>import</scope>
29                 <type>pom</type>
30             </dependency>
31         </dependencies>
32     </dependencyManagement>
33
34     <dependencies>
35         <dependency>
36             <groupId>org.opendaylight.aaa</groupId>
37             <artifactId>aaa-shiro-act</artifactId>
38             <version>0.3.0-SNAPSHOT</version>
39         </dependency>
40         <dependency>
41             <groupId>org.opendaylight.aaa</groupId>
42             <artifactId>aaa-shiro</artifactId>
43             <version>0.3.0-SNAPSHOT</version>
44             <type>cfg</type>
45             <classifier>configuration</classifier>
46         </dependency>
47         <dependency>
48             <groupId>org.opendaylight.aaa</groupId>
49             <artifactId>aaa-shiro</artifactId>
50         </dependency>
51         <dependency>
52             <groupId>org.apache.felix</groupId>
53             <artifactId>org.apache.felix.dependencymanager</artifactId>
54         </dependency>
55         <dependency>
56             <groupId>org.apache.felix</groupId>
57             <artifactId>org.apache.felix.metatype</artifactId>
58         </dependency>
59     </dependencies>
60
61     <scm>
62         <connection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</connection>
63         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/aaa.git</developerConnection>
64         <tag>HEAD</tag>
65         <url>https://git.opendaylight.org/gerrit/gitweb?p=aaa.git;a=summary</url>
66     </scm>
67 </project>