blob: 6edbf2ce740e33e43b7c0293c247a3604000ad29 [file] [log] [blame]
Ari Saha89831742015-06-26 10:31:48 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Brian O'Connor4e33be22017-08-03 22:45:46 -07003 ~ Copyright 2015-present Open Networking Foundation
Ari Saha89831742015-06-26 10:31:48 -07004 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
alshabib5f979512016-06-21 13:14:01 +020015 ~ limitations under the License.
Ari Saha89831742015-06-26 10:31:48 -070016 -->
17<project xmlns="http://maven.apache.org/POM/4.0.0"
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
20 <modelVersion>4.0.0</modelVersion>
21
Ari Saha89831742015-06-26 10:31:48 -070022 <parent>
23 <groupId>org.onosproject</groupId>
Charles Chanfd32a972016-12-14 16:14:50 -080024 <artifactId>onos-dependencies</artifactId>
25 <version>1.8.0</version>
Hyunsun Moon55e89a22016-10-27 11:23:19 -070026 <relativePath></relativePath>
Ari Saha89831742015-06-26 10:31:48 -070027 </parent>
28
alshabib6d527452016-06-01 18:00:47 -070029 <groupId>org.opencord</groupId>
30 <artifactId>aaa</artifactId>
alshabib47346e92017-01-04 21:28:05 -080031 <version>1.2-SNAPSHOT</version>
Ari Saha89831742015-06-26 10:31:48 -070032 <packaging>bundle</packaging>
33
34 <description>ONOS authentication application</description>
35
alshabib6d527452016-06-01 18:00:47 -070036 <properties>
37 <onos.app.name>org.opencord.aaa</onos.app.name>
Charles Chanfd32a972016-12-14 16:14:50 -080038 <onos.version>1.8.0</onos.version>
alshabib6d527452016-06-01 18:00:47 -070039 <onos.app.title>AAA App</onos.app.title>
Charles Chanfd32a972016-12-14 16:14:50 -080040 <onos.app.category>Security</onos.app.category>
alshabib6d527452016-06-01 18:00:47 -070041 <onos.app.url>http://opencord.org</onos.app.url>
Charles Chanfd32a972016-12-14 16:14:50 -080042 <onos.app.readme>802.1x authentication service.</onos.app.readme>
Amit Ghoshc9ac1e52017-07-28 12:31:18 +010043 <onos.app.requires>
44 org.onosproject.olt,
45 org.opencord.sadis
46 </onos.app.requires>
alshabib6d527452016-06-01 18:00:47 -070047 </properties>
48
Ari Saha89831742015-06-26 10:31:48 -070049 <dependencies>
50 <dependency>
Ari Saha89831742015-06-26 10:31:48 -070051 <groupId>org.onosproject</groupId>
Ari Saha89831742015-06-26 10:31:48 -070052 <artifactId>onos-api</artifactId>
alshabib6d527452016-06-01 18:00:47 -070053 <version>${onos.version}</version>
Ari Saha89831742015-06-26 10:31:48 -070054 </dependency>
55
Ari Saha89831742015-06-26 10:31:48 -070056 <dependency>
Amit Ghoshc9ac1e52017-07-28 12:31:18 +010057 <groupId>org.opencord</groupId>
58 <artifactId>sadis-api</artifactId>
59 <version>1.0.0-SNAPSHOT</version>
60 </dependency>
61
62 <dependency>
63 <groupId>org.opencord</groupId>
64 <artifactId>olt-api</artifactId>
65 <version>1.2-SNAPSHOT</version>
66 </dependency>
67
68 <dependency>
Ari Saha89831742015-06-26 10:31:48 -070069 <groupId>org.onosproject</groupId>
Ray Milkeyea366452015-09-30 10:56:43 -070070 <artifactId>onos-api</artifactId>
alshabib6d527452016-06-01 18:00:47 -070071 <version>${onos.version}</version>
Ray Milkeyea366452015-09-30 10:56:43 -070072 <classifier>tests</classifier>
73 <scope>test</scope>
74 </dependency>
Qianqian Hu61a6a402016-02-16 15:18:05 +080075
76 <dependency>
77 <groupId>org.onosproject</groupId>
78 <artifactId>onos-cli</artifactId>
alshabib6d527452016-06-01 18:00:47 -070079 <version>${onos.version}</version>
Qianqian Hu61a6a402016-02-16 15:18:05 +080080 </dependency>
81
82 <dependency>
alshabib6d527452016-06-01 18:00:47 -070083 <groupId>org.onosproject</groupId>
84 <artifactId>onlab-junit</artifactId>
85 <version>${onos.version}</version>
86 </dependency>
alshabib3c4d3762016-09-27 14:25:28 -070087
Ari Saha89831742015-06-26 10:31:48 -070088 </dependencies>
89
Ray Milkeyea366452015-09-30 10:56:43 -070090 <build>
Ari Saha89831742015-06-26 10:31:48 -070091 <plugins>
92 <plugin>
93 <groupId>org.apache.felix</groupId>
94 <artifactId>maven-bundle-plugin</artifactId>
95 </plugin>
96
97 <plugin>
98 <groupId>org.apache.felix</groupId>
99 <artifactId>maven-scr-plugin</artifactId>
100 </plugin>
Charles Chanfd32a972016-12-14 16:14:50 -0800101
Ari Saha89831742015-06-26 10:31:48 -0700102 <plugin>
103 <groupId>org.onosproject</groupId>
104 <artifactId>onos-maven-plugin</artifactId>
105 </plugin>
106 </plugins>
107 </build>
Amit Ghoshc9ac1e52017-07-28 12:31:18 +0100108
109 <repositories>
110 <repository>
111 <id>central</id>
112 <name>Central Repository</name>
113 <url>http://repo.maven.apache.org/maven2</url>
114 <layout>default</layout>
115 <snapshots>
116 <enabled>false</enabled>
117 </snapshots>
118 <releases>
119 <enabled>true</enabled>
120 <updatePolicy>always</updatePolicy>
121 <checksumPolicy>fail</checksumPolicy>
122 </releases>
123 </repository>
124
125 <repository>
126 <id>snapshots</id>
127 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
128 <snapshots>
129 <enabled>true</enabled>
130 <updatePolicy>always</updatePolicy>
131 <checksumPolicy>fail</checksumPolicy>
132 </snapshots>
133 </repository>
134 </repositories>
Ari Saha89831742015-06-26 10:31:48 -0700135</project>