Support enabling and disabling shiro based AAA
[aaa.git] / artifacts / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!--
4  Copyright (c) 2013 Robert Varga. All rights reserved.
5
6  This program and the accompanying materials are made available under the
7  terms of the Eclipse Public License v1.0 which accompanies this distribution,
8  and is available at http://www.eclipse.org/legal/epl-v10.html
9 -->
10 <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">
11
12     <modelVersion>4.0.0</modelVersion>
13     <groupId>org.opendaylight.aaa</groupId>
14     <artifactId>aaa-artifacts</artifactId>
15     <version>0.3.0-SNAPSHOT</version>
16     <packaging>pom</packaging>
17
18     <dependencyManagement>
19         <dependencies>
20             <dependency>
21                 <groupId>${project.groupId}</groupId>
22                 <artifactId>aaa-authn</artifactId>
23                 <version>${project.version}</version>
24             </dependency>
25             <dependency>
26                 <groupId>${project.groupId}</groupId>
27                 <artifactId>aaa-authn</artifactId>
28                 <version>${project.version}</version>
29                 <type>cfg</type>
30                 <classifier>config</classifier>
31             </dependency>
32             <dependency>
33                 <groupId>${project.groupId}</groupId>
34                 <artifactId>aaa-authn-api</artifactId>
35                 <version>${project.version}</version>
36             </dependency>
37             <dependency>
38                 <groupId>${project.groupId}</groupId>
39                 <artifactId>aaa-authn-basic</artifactId>
40                 <version>${project.version}</version>
41             </dependency>
42             <dependency>
43                 <groupId>${project.groupId}</groupId>
44                 <artifactId>aaa-authn-federation</artifactId>
45                 <version>${project.version}</version>
46             </dependency>
47             <dependency>
48                 <groupId>${project.groupId}</groupId>
49                 <artifactId>aaa-authn-federation</artifactId>
50                 <version>${project.version}</version>
51                 <type>cfg</type>
52                 <classifier>config</classifier>
53             </dependency>
54             <dependency>
55                 <groupId>${project.groupId}</groupId>
56                 <artifactId>aaa-authn-keystone</artifactId>
57                 <version>${project.version}</version>
58             </dependency>
59
60             <dependency>
61                 <groupId>${project.groupId}</groupId>
62                 <artifactId>aaa-authn-mdsal-api</artifactId>
63                 <version>${project.version}</version>
64             </dependency>
65             <dependency>
66                 <groupId>${project.groupId}</groupId>
67                 <artifactId>aaa-authn-mdsal-store-impl</artifactId>
68                 <version>${project.version}</version>
69             </dependency>
70             <dependency>
71                 <groupId>${project.groupId}</groupId>
72                 <artifactId>aaa-authn-mdsal-config</artifactId>
73                 <version>${project.version}</version>
74                 <type>xml</type>
75                 <classifier>config</classifier>
76             </dependency>
77             <dependency>
78                 <groupId>${project.groupId}</groupId>
79                 <artifactId>aaa-shiro</artifactId>
80                 <version>${project.version}</version>
81             </dependency>
82             <dependency>
83                 <groupId>${project.groupId}</groupId>
84                 <artifactId>aaa-authn-sssd</artifactId>
85                 <version>${project.version}</version>
86             </dependency>
87             <dependency>
88                 <groupId>${project.groupId}</groupId>
89                 <artifactId>aaa-authn-store</artifactId>
90                 <version>${project.version}</version>
91             </dependency>
92             <dependency>
93                 <groupId>${project.groupId}</groupId>
94                 <artifactId>aaa-authn-store</artifactId>
95                 <version>${project.version}</version>
96                 <type>cfg</type>
97                 <classifier>config</classifier>
98             </dependency>
99             <dependency>
100                 <groupId>${project.groupId}</groupId>
101                 <artifactId>aaa-authn-sts</artifactId>
102                 <version>${project.version}</version>
103             </dependency>
104
105             <dependency>
106                 <groupId>${project.groupId}</groupId>
107                 <artifactId>aaa-authz-model</artifactId>
108                 <version>${project.version}</version>
109             </dependency>
110             <dependency>
111                 <groupId>${project.groupId}</groupId>
112                 <artifactId>aaa-authz-service</artifactId>
113                 <version>${project.version}</version>
114             </dependency>
115             <dependency>
116                 <groupId>${project.groupId}</groupId>
117                 <artifactId>authz-service-config</artifactId>
118                 <version>${project.version}</version>
119                 <type>xml</type>
120                 <classifier>config</classifier>
121             </dependency>
122             <dependency>
123                 <groupId>${project.groupId}</groupId>
124                 <artifactId>authz-restconf-config</artifactId>
125                 <version>${project.version}</version>
126                 <type>xml</type>
127                 <classifier>config</classifier>
128             </dependency>
129
130             <dependency>
131                 <groupId>${project.groupId}</groupId>
132                 <artifactId>aaa-credential-store-api</artifactId>
133                 <version>${project.version}</version>
134             </dependency>
135             <dependency>
136                 <groupId>${project.groupId}</groupId>
137                 <artifactId>aaa-idmlight</artifactId>
138                 <version>${project.version}</version>
139             </dependency>
140             <dependency>
141                 <groupId>${project.groupId}</groupId>
142                 <artifactId>aaa-authn-idpmapping</artifactId>
143                 <version>${project.version}</version>
144             </dependency>
145
146             <dependency>
147                 <groupId>${project.groupId}</groupId>
148                 <artifactId>features-aaa-api</artifactId>
149                 <version>${project.version}</version>
150                 <classifier>features</classifier>
151                 <type>xml</type>
152             </dependency>
153             <dependency>
154                 <groupId>${project.groupId}</groupId>
155                 <artifactId>features-aaa-authn</artifactId>
156                 <version>${project.version}</version>
157                 <classifier>features</classifier>
158                 <type>xml</type>
159             </dependency>
160             <dependency>
161                 <groupId>${project.groupId}</groupId>
162                 <artifactId>features-aaa-authz</artifactId>
163                 <version>${project.version}</version>
164                 <classifier>features</classifier>
165                 <type>xml</type>
166             </dependency>
167         </dependencies>
168     </dependencyManagement>
169
170   <properties>
171     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
172   </properties>
173
174   <distributionManagement>
175     <!-- OpenDayLight Released artifact -->
176     <repository>
177       <id>opendaylight-release</id>
178       <url>${nexusproxy}/repositories/opendaylight.release/</url>
179     </repository>
180     <!-- OpenDayLight Snapshot artifact -->
181     <snapshotRepository>
182       <id>opendaylight-snapshot</id>
183       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
184     </snapshotRepository>
185   </distributionManagement>
186 </project>