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