Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Brian O'Connor | 4e33be2 | 2017-08-03 22:45:46 -0700 | [diff] [blame] | 3 | ~ Copyright 2015-present Open Networking Foundation |
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> |
Charles Chan | fd32a97 | 2016-12-14 16:14:50 -0800 | [diff] [blame] | 24 | <artifactId>onos-dependencies</artifactId> |
Gamze Abaka | 3f07274 | 2019-02-08 14:46:41 +0000 | [diff] [blame] | 25 | <version>1.13.8</version> |
Hyunsun Moon | 55e89a2 | 2016-10-27 11:23:19 -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> |
Gamze Abaka | 1cfdb19 | 2018-10-25 11:39:19 +0000 | [diff] [blame] | 31 | <version>1.9.0-SNAPSHOT</version> |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 32 | <packaging>bundle</packaging> |
| 33 | |
| 34 | <description>ONOS authentication application</description> |
| 35 | |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 36 | <properties> |
| 37 | <onos.app.name>org.opencord.aaa</onos.app.name> |
Gamze Abaka | 3f07274 | 2019-02-08 14:46:41 +0000 | [diff] [blame] | 38 | <onos.version>1.13.8</onos.version> |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 39 | <onos.app.title>AAA App</onos.app.title> |
Charles Chan | fd32a97 | 2016-12-14 16:14:50 -0800 | [diff] [blame] | 40 | <onos.app.category>Security</onos.app.category> |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 41 | <onos.app.url>http://opencord.org</onos.app.url> |
Charles Chan | fd32a97 | 2016-12-14 16:14:50 -0800 | [diff] [blame] | 42 | <onos.app.readme>802.1x authentication service.</onos.app.readme> |
Amit Ghosh | c9ac1e5 | 2017-07-28 12:31:18 +0100 | [diff] [blame] | 43 | <onos.app.requires> |
Amit Ghosh | c9ac1e5 | 2017-07-28 12:31:18 +0100 | [diff] [blame] | 44 | org.opencord.sadis |
| 45 | </onos.app.requires> |
Matteo Scandolo | 3b47ab5 | 2019-03-18 13:47:31 -0700 | [diff] [blame^] | 46 | <sadis.api.version>3.1.0-SNAPSHOT</sadis.api.version> |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 47 | </properties> |
| 48 | |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 49 | <dependencies> |
| 50 | <dependency> |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 51 | <groupId>org.onosproject</groupId> |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 52 | <artifactId>onos-api</artifactId> |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 53 | <version>${onos.version}</version> |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 54 | </dependency> |
| 55 | |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 56 | <dependency> |
Amit Ghosh | c9ac1e5 | 2017-07-28 12:31:18 +0100 | [diff] [blame] | 57 | <groupId>org.opencord</groupId> |
| 58 | <artifactId>sadis-api</artifactId> |
David K. Bainbridge | 96f79c9 | 2017-08-10 09:11:48 -0700 | [diff] [blame] | 59 | <version>${sadis.api.version}</version> |
Amit Ghosh | c9ac1e5 | 2017-07-28 12:31:18 +0100 | [diff] [blame] | 60 | </dependency> |
| 61 | |
| 62 | <dependency> |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 63 | <groupId>org.onosproject</groupId> |
Ray Milkey | ea36645 | 2015-09-30 10:56:43 -0700 | [diff] [blame] | 64 | <artifactId>onos-api</artifactId> |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 65 | <version>${onos.version}</version> |
Ray Milkey | ea36645 | 2015-09-30 10:56:43 -0700 | [diff] [blame] | 66 | <classifier>tests</classifier> |
| 67 | <scope>test</scope> |
| 68 | </dependency> |
Qianqian Hu | 61a6a40 | 2016-02-16 15:18:05 +0800 | [diff] [blame] | 69 | |
| 70 | <dependency> |
| 71 | <groupId>org.onosproject</groupId> |
| 72 | <artifactId>onos-cli</artifactId> |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 73 | <version>${onos.version}</version> |
Qianqian Hu | 61a6a40 | 2016-02-16 15:18:05 +0800 | [diff] [blame] | 74 | </dependency> |
| 75 | |
| 76 | <dependency> |
alshabib | 6d52745 | 2016-06-01 18:00:47 -0700 | [diff] [blame] | 77 | <groupId>org.onosproject</groupId> |
| 78 | <artifactId>onlab-junit</artifactId> |
| 79 | <version>${onos.version}</version> |
| 80 | </dependency> |
alshabib | 3c4d376 | 2016-09-27 14:25:28 -0700 | [diff] [blame] | 81 | |
Jonathan Hart | 4731dd9 | 2018-05-02 17:30:05 -0700 | [diff] [blame] | 82 | <dependency> |
| 83 | <groupId>org.apache.karaf.shell</groupId> |
| 84 | <artifactId>org.apache.karaf.shell.console</artifactId> |
| 85 | </dependency> |
| 86 | |
| 87 | <dependency> |
| 88 | <groupId>com.google.guava</groupId> |
| 89 | <artifactId>guava</artifactId> |
| 90 | <version>22.0</version> |
| 91 | </dependency> |
| 92 | |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 93 | </dependencies> |
| 94 | |
Ray Milkey | ea36645 | 2015-09-30 10:56:43 -0700 | [diff] [blame] | 95 | <build> |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 96 | <plugins> |
| 97 | <plugin> |
| 98 | <groupId>org.apache.felix</groupId> |
| 99 | <artifactId>maven-bundle-plugin</artifactId> |
| 100 | </plugin> |
| 101 | |
| 102 | <plugin> |
| 103 | <groupId>org.apache.felix</groupId> |
| 104 | <artifactId>maven-scr-plugin</artifactId> |
| 105 | </plugin> |
Charles Chan | fd32a97 | 2016-12-14 16:14:50 -0800 | [diff] [blame] | 106 | |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 107 | <plugin> |
| 108 | <groupId>org.onosproject</groupId> |
| 109 | <artifactId>onos-maven-plugin</artifactId> |
Jonathan Hart | 4731dd9 | 2018-05-02 17:30:05 -0700 | [diff] [blame] | 110 | <version>1.11</version> |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 111 | </plugin> |
| 112 | </plugins> |
| 113 | </build> |
Amit Ghosh | c9ac1e5 | 2017-07-28 12:31:18 +0100 | [diff] [blame] | 114 | |
| 115 | <repositories> |
| 116 | <repository> |
| 117 | <id>central</id> |
| 118 | <name>Central Repository</name> |
| 119 | <url>http://repo.maven.apache.org/maven2</url> |
| 120 | <layout>default</layout> |
| 121 | <snapshots> |
| 122 | <enabled>false</enabled> |
| 123 | </snapshots> |
| 124 | <releases> |
| 125 | <enabled>true</enabled> |
| 126 | <updatePolicy>always</updatePolicy> |
| 127 | <checksumPolicy>fail</checksumPolicy> |
| 128 | </releases> |
| 129 | </repository> |
| 130 | |
| 131 | <repository> |
| 132 | <id>snapshots</id> |
| 133 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 134 | <snapshots> |
| 135 | <enabled>true</enabled> |
| 136 | <updatePolicy>always</updatePolicy> |
| 137 | <checksumPolicy>fail</checksumPolicy> |
| 138 | </snapshots> |
| 139 | </repository> |
| 140 | </repositories> |
Ari Saha | 8983174 | 2015-06-26 10:31:48 -0700 | [diff] [blame] | 141 | </project> |