0ef8714d4ff90d7c437fb1aced0b13dcb7cc0c64
[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.7.0-SNAPSHOT</version>
17       <relativePath/>
18     </parent>
19
20     <groupId>org.opendaylight.aaa</groupId>
21     <artifactId>aaa-artifacts</artifactId>
22     <version>0.4.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-idmlight</artifactId>
150                 <version>${project.version}</version>
151                 <type>xml</type>
152                 <classifier>config</classifier>
153             </dependency>
154             <dependency>
155                 <groupId>${project.groupId}</groupId>
156                 <artifactId>aaa-authn-idpmapping</artifactId>
157                 <version>${project.version}</version>
158             </dependency>
159
160             <dependency>
161                 <groupId>${project.groupId}</groupId>
162                 <artifactId>features-aaa-api</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-authn</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>features-aaa-authz</artifactId>
177                 <version>${project.version}</version>
178                 <classifier>features</classifier>
179                 <type>xml</type>
180             </dependency>
181             <dependency>
182                 <groupId>${project.groupId}</groupId>
183                 <artifactId>aaa-h2-store</artifactId>
184                 <version>${project.version}</version>
185             </dependency>
186             <dependency>
187                 <groupId>${project.groupId}</groupId>
188                 <artifactId>aaa-h2-store</artifactId>
189                 <version>${project.version}</version>
190                 <classifier>config</classifier>
191                 <type>xml</type>
192             </dependency>
193             <dependency>
194                 <groupId>${project.groupId}</groupId>
195                 <artifactId>features-aaa-shiro</artifactId>
196                 <version>${project.version}</version>
197                 <classifier>features</classifier>
198                 <type>xml</type>
199             </dependency>
200             <dependency>
201                 <groupId>${project.groupId}</groupId>
202                 <artifactId>features-aaa</artifactId>
203                 <version>${project.version}</version>
204                 <classifier>features</classifier>
205                 <type>xml</type>
206             </dependency>
207         </dependencies>
208     </dependencyManagement>
209
210   <properties>
211     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
212   </properties>
213
214   <distributionManagement>
215     <!-- OpenDayLight Released artifact -->
216     <repository>
217       <id>opendaylight-release</id>
218       <url>${nexusproxy}/repositories/opendaylight.release/</url>
219     </repository>
220     <!-- OpenDayLight Snapshot artifact -->
221     <snapshotRepository>
222       <id>opendaylight-snapshot</id>
223       <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>
224     </snapshotRepository>
225   </distributionManagement>
226 </project>