blob: 34b7dc5714b71fea7514d7be06f4cd8af5c4cb93 [file] [log] [blame]
alshabibf0e7e702015-05-30 18:22:36 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Brian O'Connord6a135a2017-08-03 22:46:05 -07003 ~ Copyright 2015-present Open Networking Foundation
alshabibf0e7e702015-05-30 18:22:36 -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
alshabibbb470372016-06-24 17:59:04 +020015 ~ limitations under the License.
alshabibf0e7e702015-05-30 18:22:36 -070016 -->
17<project xmlns="http://maven.apache.org/POM/4.0.0"
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Ray Milkey17481412015-12-09 09:16:26 -080019 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Ray Milkey17481412015-12-09 09:16:26 -080020 <modelVersion>4.0.0</modelVersion>
alshabibf0e7e702015-05-30 18:22:36 -070021
alshabib36a4d732016-06-01 16:03:59 -070022 <parent>
23 <groupId>org.onosproject</groupId>
Charles Chan63713ad2016-12-14 16:15:12 -080024 <artifactId>onos-dependencies</artifactId>
David K. Bainbridge49c9ead2017-08-15 15:25:49 -070025 <version>1.8.9</version>
alshabib36a4d732016-06-01 16:03:59 -070026 <relativePath></relativePath>
27 </parent>
alshabibf0e7e702015-05-30 18:22:36 -070028
alshabib36a4d732016-06-01 16:03:59 -070029 <groupId>org.opencord</groupId>
30 <artifactId>olt</artifactId>
David K. Bainbridge086681b2017-08-16 15:20:23 -070031 <version>1.2.1-SNAPSHOT</version>
Srikanth Vavilapalli2e684912016-01-16 19:21:59 -080032 <packaging>pom</packaging>
alshabib36a4d732016-06-01 16:03:59 -070033
34 <properties>
35 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
David K. Bainbridge49c9ead2017-08-15 15:25:49 -070036 <onos.version>1.8.9</onos.version>
alshabib36a4d732016-06-01 16:03:59 -070037 <onos.app.name>org.opencord.olt</onos.app.name>
38 <onos.app.title>OLT Access Management</onos.app.title>
39 <onos.app.origin>OpenCord</onos.app.origin>
40 <onos.app.category>default</onos.app.category>
41 <onos.app.url>http://opencord.org</onos.app.url>
David K. Bainbridge12e0a2c2017-08-10 09:12:56 -070042 <onos.app.readme>CORD OLT Access management application</onos.app.readme>
David K. Bainbridge086681b2017-08-16 15:20:23 -070043 <cord.config.version>1.2.1-SNAPSHOT</cord.config.version>
alshabib36a4d732016-06-01 16:03:59 -070044 </properties>
alshabibf0e7e702015-05-30 18:22:36 -070045
Srikanth Vavilapalli2e684912016-01-16 19:21:59 -080046 <modules>
47 <module>api</module>
48 <module>app</module>
49 </modules>
alshabibf0e7e702015-05-30 18:22:36 -070050
alshabib36a4d732016-06-01 16:03:59 -070051 <dependencies>
52 <dependency>
53 <groupId>org.onosproject</groupId>
54 <artifactId>onos-api</artifactId>
55 <version>${onos.version}</version>
56 </dependency>
Charles Chan63713ad2016-12-14 16:15:12 -080057
alshabib36a4d732016-06-01 16:03:59 -070058 <dependency>
59 <groupId>org.onosproject</groupId>
60 <artifactId>onlab-misc</artifactId>
61 <version>${onos.version}</version>
62 </dependency>
Charles Chan63713ad2016-12-14 16:15:12 -080063
alshabib36a4d732016-06-01 16:03:59 -070064 <dependency>
65 <groupId>org.onosproject</groupId>
66 <artifactId>onlab-osgi</artifactId>
67 <version>${onos.version}</version>
68 </dependency>
Charles Chan63713ad2016-12-14 16:15:12 -080069
alshabib36a4d732016-06-01 16:03:59 -070070 <dependency>
71 <groupId>org.onosproject</groupId>
72 <artifactId>onos-incubator-api</artifactId>
73 <version>${onos.version}</version>
74 </dependency>
Charles Chan63713ad2016-12-14 16:15:12 -080075
alshabib36a4d732016-06-01 16:03:59 -070076 <dependency>
77 <groupId>org.onosproject</groupId>
alshabibb47cdac2016-09-27 14:25:51 -070078 <artifactId>onos-incubator-net</artifactId>
79 <version>${onos.version}</version>
80 </dependency>
Charles Chan63713ad2016-12-14 16:15:12 -080081
alshabibb47cdac2016-09-27 14:25:51 -070082 <dependency>
83 <groupId>org.onosproject</groupId>
alshabib36a4d732016-06-01 16:03:59 -070084 <artifactId>onos-core-common</artifactId>
85 <version>${onos.version}</version>
86 </dependency>
Charles Chan63713ad2016-12-14 16:15:12 -080087
88 <dependency>
89 <groupId>org.opencord</groupId>
90 <artifactId>cord-config</artifactId>
David K. Bainbridge12e0a2c2017-08-10 09:12:56 -070091 <version>${cord.config.version}</version>
Charles Chan63713ad2016-12-14 16:15:12 -080092 </dependency>
alshabib36a4d732016-06-01 16:03:59 -070093 </dependencies>
Charles Chan63713ad2016-12-14 16:15:12 -080094
95 <repositories>
96 <repository>
97 <id>central</id>
98 <name>Central Repository</name>
99 <url>http://repo.maven.apache.org/maven2</url>
100 <layout>default</layout>
101 <snapshots>
102 <enabled>false</enabled>
103 </snapshots>
104 <releases>
105 <enabled>true</enabled>
106 <updatePolicy>always</updatePolicy>
107 <checksumPolicy>fail</checksumPolicy>
108 </releases>
109 </repository>
110
111 <repository>
112 <id>snapshots</id>
113 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
114 <snapshots>
115 <enabled>true</enabled>
116 <updatePolicy>always</updatePolicy>
117 <checksumPolicy>fail</checksumPolicy>
118 </snapshots>
119 </repository>
120 </repositories>
alshabibf0e7e702015-05-30 18:22:36 -0700121</project>