Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Brian O'Connor | 3554ccb | 2016-04-09 01:19:45 -0700 | [diff] [blame] | 3 | ~ Copyright 2015-present Open Networking Laboratory |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 4 | ~ |
| 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 |
alshabib | 5f97951 | 2016-06-21 13:14:01 +0200 | [diff] [blame] | 15 | ~ limitations under the License. |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 16 | --> |
| 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 Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 22 | <parent> |
| 23 | <groupId>org.onosproject</groupId> |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 24 | <artifactId>onos</artifactId> |
Charles Chan | 687f364 | 2016-06-26 22:36:53 -0700 | [diff] [blame] | 25 | <version>1.6.0</version> |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 26 | <relativePath></relativePath> |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 27 | </parent> |
| 28 | |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 29 | <groupId>org.opencord</groupId> |
| 30 | <artifactId>aaa</artifactId> |
alshabib | 474f171 | 2016-07-09 12:35:53 +0200 | [diff] [blame^] | 31 | <version>1.0.0-rc1</version> |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 32 | <packaging>bundle</packaging> |
| 33 | |
alshabib | 71c24e6 | 2016-07-09 11:34:16 +0200 | [diff] [blame] | 34 | <!-- |
alshabib | cc4b768 | 2016-06-02 21:53:02 -0700 | [diff] [blame] | 35 | <repositories> |
| 36 | <repository> |
| 37 | <id>oss-staging</id> |
| 38 | <name>OSS Staging</name> |
| 39 | <url>https://oss.sonatype.org/content/groups/staging</url> |
| 40 | </repository> |
| 41 | </repositories> |
alshabib | 71c24e6 | 2016-07-09 11:34:16 +0200 | [diff] [blame] | 42 | --> |
alshabib | cc4b768 | 2016-06-02 21:53:02 -0700 | [diff] [blame] | 43 | |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 44 | <description>ONOS authentication application</description> |
| 45 | |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 46 | <properties> |
| 47 | <onos.app.name>org.opencord.aaa</onos.app.name> |
Charles Chan | 687f364 | 2016-06-26 22:36:53 -0700 | [diff] [blame] | 48 | <onos.version>1.6.0</onos.version> |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 49 | <onos.app.title>AAA App</onos.app.title> |
| 50 | <onos.app.category>Traffic Steering</onos.app.category> |
| 51 | <onos.app.url>http://opencord.org</onos.app.url> |
| 52 | <onos.app.readme>IGMP implementation.</onos.app.readme> |
| 53 | <onos.app.requires>org.opencord.config</onos.app.requires> |
| 54 | </properties> |
| 55 | |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 56 | <dependencies> |
| 57 | <dependency> |
| 58 | <groupId>org.osgi</groupId> |
| 59 | <artifactId>org.osgi.compendium</artifactId> |
| 60 | </dependency> |
| 61 | |
| 62 | <dependency> |
| 63 | <groupId>org.onosproject</groupId> |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 64 | <artifactId>onos-api</artifactId> |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 65 | <version>${onos.version}</version> |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 66 | </dependency> |
| 67 | |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 68 | <dependency> |
| 69 | <groupId>org.onosproject</groupId> |
Ray Milkey | ea36645 | 2015-09-30 10:56:43 -0700 | [diff] [blame] | 70 | <artifactId>onlab-junit</artifactId> |
| 71 | <scope>test</scope> |
| 72 | </dependency> |
| 73 | |
| 74 | <dependency> |
| 75 | <groupId>org.onosproject</groupId> |
| 76 | <artifactId>onlab-osgi</artifactId> |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 77 | <version>${onos.version}</version> |
Ray Milkey | ea36645 | 2015-09-30 10:56:43 -0700 | [diff] [blame] | 78 | </dependency> |
| 79 | |
| 80 | <dependency> |
| 81 | <groupId>org.onosproject</groupId> |
| 82 | <artifactId>onos-api</artifactId> |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 83 | <version>${onos.version}</version> |
Ray Milkey | ea36645 | 2015-09-30 10:56:43 -0700 | [diff] [blame] | 84 | <classifier>tests</classifier> |
| 85 | <scope>test</scope> |
| 86 | </dependency> |
Qianqian Hu | 61a6a40 | 2016-02-16 15:18:05 +0800 | [diff] [blame] | 87 | |
| 88 | <dependency> |
| 89 | <groupId>org.onosproject</groupId> |
| 90 | <artifactId>onos-cli</artifactId> |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 91 | <version>${onos.version}</version> |
Qianqian Hu | 61a6a40 | 2016-02-16 15:18:05 +0800 | [diff] [blame] | 92 | </dependency> |
| 93 | |
| 94 | <dependency> |
| 95 | <groupId>org.apache.karaf.shell</groupId> |
| 96 | <artifactId>org.apache.karaf.shell.console</artifactId> |
| 97 | </dependency> |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 98 | |
| 99 | <dependency> |
| 100 | <groupId>org.apache.felix</groupId> |
| 101 | <artifactId>org.apache.felix.scr.annotations</artifactId> |
| 102 | <scope>provided</scope> |
| 103 | </dependency> |
| 104 | |
| 105 | <!-- TODO FIX ONOS ROOT POM to split thirdparty and onos dependencies --> |
| 106 | <dependency> |
| 107 | <groupId>org.onosproject</groupId> |
| 108 | <artifactId>onos-incubator-api</artifactId> |
| 109 | <version>${onos.version}</version> |
| 110 | </dependency> |
| 111 | |
| 112 | <dependency> |
| 113 | <groupId>org.onosproject</groupId> |
| 114 | <artifactId>onos-core-common</artifactId> |
| 115 | <version>${onos.version}</version> |
| 116 | </dependency> |
| 117 | |
| 118 | <dependency> |
| 119 | <groupId>org.onosproject</groupId> |
| 120 | <artifactId>onlab-misc</artifactId> |
| 121 | <version>${onos.version}</version> |
| 122 | </dependency> |
| 123 | |
| 124 | <dependency> |
| 125 | <groupId>org.onosproject</groupId> |
| 126 | <artifactId>onlab-junit</artifactId> |
| 127 | <version>${onos.version}</version> |
| 128 | </dependency> |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 129 | </dependencies> |
| 130 | |
| 131 | |
Ray Milkey | ea36645 | 2015-09-30 10:56:43 -0700 | [diff] [blame] | 132 | <build> |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 133 | <plugins> |
| 134 | <plugin> |
| 135 | <groupId>org.apache.felix</groupId> |
| 136 | <artifactId>maven-bundle-plugin</artifactId> |
| 137 | </plugin> |
| 138 | |
| 139 | <plugin> |
| 140 | <groupId>org.apache.felix</groupId> |
| 141 | <artifactId>maven-scr-plugin</artifactId> |
| 142 | </plugin> |
| 143 | <plugin> |
| 144 | <groupId>org.onosproject</groupId> |
| 145 | <artifactId>onos-maven-plugin</artifactId> |
| 146 | </plugin> |
| 147 | </plugins> |
| 148 | </build> |
| 149 | </project> |