Merge "MD-SAL Store for IDM"
[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     <modelVersion>4.0.0</modelVersion>
12
13     <parent>
14       <groupId>org.opendaylight.odlparent</groupId>
15       <artifactId>odlparent-lite</artifactId>
16       <version>1.6.0-SNAPSHOT</version>
17       <relativePath/>
18     </parent>
19
20     <groupId>org.opendaylight.aaa</groupId>
21     <artifactId>aaa-artifacts</artifactId>
22     <version>0.3.0-SNAPSHOT</version>
23     <packaging>pom</packaging>
24
25     <dependencyManagement>
26         <dependencies>
27             <dependency>
28                 <groupId>${project.groupId}</groupId>
29                 <artifactId>aaa-authn</artifactId>
30                 <version>${project.version}</version>
31             </dependency>
32             <dependency>
33                 <groupId>${project.groupId}</groupId>
34                 <artifactId>aaa-authn</artifactId>
35                 <version>${project.version}</version>
36                 <type>cfg</type>
37                 <classifier>config</classifier>
38             </dependency>
39             <dependency>
40                 <groupId>${project.groupId}</groupId>
41                 <artifactId>aaa-authn-api</artifactId>
42                 <version>${project.version}</version>
43             </dependency>
44             <dependency>
45                 <groupId>${project.groupId}</groupId>
46                 <artifactId>aaa-authn-basic</artifactId>
47                 <version>${project.version}</version>
48             </dependency>
49             <dependency>
50                 <groupId>${project.groupId}</groupId>
51                 <artifactId>aaa-authn-federation</artifactId>
52                 <version>${project.version}</version>
53             </dependency>
54             <dependency>
55                 <groupId>${project.groupId}</groupId>
56                 <artifactId>aaa-authn-federation</artifactId>
57                 <version>${project.version}</version>
58                 <type>cfg</type>
59                 <classifier>config</classifier>
60             </dependency>
61             <dependency>
62                 <groupId>${project.groupId}</groupId>
63                 <artifactId>aaa-authn-keystone</artifactId>
64                 <version>${project.version}</version>
65             </dependency>
66
67             <dependency>
68                 <groupId>${project.groupId}</groupId>
69                 <artifactId>aaa-authn-mdsal-api</artifactId>
70                 <version>${project.version}</version>
71             </dependency>
72             <dependency>
73                 <groupId>${project.groupId}</groupId>
74                 <artifactId>aaa-authn-mdsal-store-impl</artifactId>
75                 <version>${project.version}</version>
76             </dependency>
77             <dependency>
78                 <groupId>${project.groupId}</groupId>
79                 <artifactId>aaa-authn-mdsal-config</artifactId>
80                 <version>${project.version}</version>
81                 <type>xml</type>
82                 <classifier>config</classifier>
83             </dependency>
84             <dependency>
85                 <groupId>${project.groupId}</groupId>
86                 <artifactId>aaa-shiro</artifactId>
87                 <version>${project.version}</version>
88             </dependency>
89             <dependency>
90                 <groupId>${project.groupId}</groupId>
91                 <artifactId>aaa-authn-sssd</artifactId>
92                 <version>${project.version}</version>
93             </dependency>
94             <dependency>
95                 <groupId>${project.groupId}</groupId>
96                 <artifactId>aaa-authn-store</artifactId>
97                 <version>${project.version}</version>
98             </dependency>
99             <dependency>
100                 <groupId>${project.groupId}</groupId>
101                 <artifactId>aaa-authn-store</artifactId>
102                 <version>${project.version}</version>
103                 <type>cfg</type>
104                 <classifier>config</classifier>
105             </dependency>
106             <dependency>
107                 <groupId>${project.groupId}</groupId>
108                 <artifactId>aaa-authn-sts</artifactId>
109                 <version>${project.version}</version>
110             </dependency>
111
112             <dependency>
113                 <groupId>${project.groupId}</groupId>
114                 <artifactId>aaa-authz-model</artifactId>
115                 <version>${project.version}</version>
116             </dependency>
117             <dependency>
118                 <groupId>${project.groupId}</groupId>
119                 <artifactId>aaa-authz-service</artifactId>
120                 <version>${project.version}</version>
121             </dependency>
122             <dependency>
123                 <groupId>${project.groupId}</groupId>
124                 <artifactId>authz-service-config</artifactId>
125                 <version>${project.version}</version>
126                 <type>xml</type>
127                 <classifier>config</classifier>
128             </dependency>
129             <dependency>
130                 <groupId>${project.groupId}</groupId>
131                 <artifactId>authz-restconf-config</artifactId>
132                 <version>${project.version}</version>
133                 <type>xml</type>
134                 <classifier>config</classifier>
135             </dependency>
136
137             <dependency>
138                 <groupId>${project.groupId}</groupId>
139                 <artifactId>aaa-credential-store-api</artifactId>
140                 <version>${project.version}</version>
141             </dependency>
142             <dependency>
143                 <groupId>${project.groupId}</groupId>
144                 <artifactId>aaa-idmlight</artifactId>
145                 <version>${project.version}</version>
146             </dependency>
147             <dependency>
148                 <groupId>${project.groupId}</groupId>
149                 <artifactId>aaa-authn-idpmapping</artifactId>
150                 <version>${project.version}</version>
151             </dependency>
152
153             <dependency>
154                 <groupId>${project.groupId}</groupId>
155                 <artifactId>features-aaa-api</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-authn</artifactId>
163                 <version>${project.version}</version>
164                 <classifier>features</classifier>
165                 <type>xml</type>
166             </dependency>
167             <dependency>
168                 <groupId>${project.groupId}</groupId>
169                 <artifactId>features-aaa-authz</artifactId>
170                 <version>${project.version}</version>
171                 <classifier>features</classifier>
172                 <type>xml</type>
173             </dependency>
174             <dependency>
175                 <groupId>${project.groupId}</groupId>
176                 <artifactId>aaa-h2-store</artifactId>
177                 <version>${project.version}</version>
178             </dependency>
179         </dependencies>
180     </dependencyManagement>
181
182   <properties>
183     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
184   </properties>
185
186   <distributionManagement>
187     <!-- OpenDayLight Released artifact -->
188     <repository>
189       <id>opendaylight-release</id>
190       <url>${nexusproxy}/repositories/opendaylight.release/</url>
191     </repository>
192     <!-- OpenDayLight Snapshot artifact -->
193     <snapshotRepository>
194       <id>opendaylight-snapshot</id>
195       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
196     </snapshotRepository>
197   </distributionManagement>
198 </project>