blob: 9a2fa76fa19384d8edc8b729fabd17c39a25c2b6 [file] [log] [blame]
Amit Ghosh47243cb2017-07-26 05:08:53 +01001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Deepa vaddireddy0060f532017-08-04 06:46:05 +00003 ~ Copyright 2016-present Open Networking Foundation
Amit Ghosh47243cb2017-07-26 05:08:53 +01004 ~
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
15 ~ limitations under the License.
16 -->
17<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18 <modelVersion>4.0.0</modelVersion>
19
20 <parent>
21 <groupId>org.onosproject</groupId>
22 <artifactId>onos-dependencies</artifactId>
Deepa vaddireddy0060f532017-08-04 06:46:05 +000023 <version>1.8.0</version>
Amit Ghosh47243cb2017-07-26 05:08:53 +010024 <relativePath></relativePath>
25 </parent>
26
27 <groupId>org.opencord</groupId>
28 <artifactId>dhcpl2relay</artifactId>
David K. Bainbridge1cae0f62017-08-09 11:30:39 -070029 <version>1.0.0-SNAPSHOT</version>
Amit Ghosh47243cb2017-07-26 05:08:53 +010030 <packaging>bundle</packaging>
31
32 <description>DHCP L2 Relay Agent</description>
33 <url>http://opencord.org</url>
34
35 <properties>
36 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
37 <onos.app.name>org.opencord.dhcpl2relay</onos.app.name>
38 <onos.app.title>DHCP Relay Agent App</onos.app.title>
39 <onos.app.origin>ON.Lab</onos.app.origin>
40 <onos.app.category>default</onos.app.category>
41 <onos.app.url>http://opencord.org</onos.app.url>
42 <onos.app.readme>DHCP L2 Relay Agent Application.</onos.app.readme>
Deepa vaddireddy0060f532017-08-04 06:46:05 +000043 <onos.version>1.8.0</onos.version>
Amit Ghosh47243cb2017-07-26 05:08:53 +010044 </properties>
45
46 <dependencies>
47 <dependency>
48 <groupId>org.onosproject</groupId>
49 <artifactId>onos-api</artifactId>
50 <version>${onos.version}</version>
51 </dependency>
52
53 <dependency>
54 <groupId>org.opencord</groupId>
Deepa vaddireddy0060f532017-08-04 06:46:05 +000055 <artifactId>sadis-api</artifactId>
56 <version>1.0.0-SNAPSHOT</version>
Amit Ghosh47243cb2017-07-26 05:08:53 +010057 </dependency>
58
59 <dependency>
60 <groupId>org.onosproject</groupId>
61 <artifactId>onos-incubator-api</artifactId>
62 <version>${onos.version}</version>
63 </dependency>
64
65 <dependency>
66 <groupId>org.onosproject</groupId>
67 <artifactId>onlab-osgi</artifactId>
68 <version>${onos.version}</version>
69 </dependency>
70
71 <dependency>
72 <groupId>junit</groupId>
73 <artifactId>junit</artifactId>
74 <scope>test</scope>
75 </dependency>
76
77 <dependency>
78 <groupId>org.onosproject</groupId>
79 <artifactId>onlab-junit</artifactId>
80 <version>${onos.version}</version>
81 <scope>test</scope>
82 </dependency>
83
84 <dependency>
85 <groupId>org.onosproject</groupId>
86 <artifactId>onos-api</artifactId>
87 <version>${onos.version}</version>
88 <scope>test</scope>
89 <classifier>tests</classifier>
90 </dependency>
91
92 <dependency>
93 <groupId>org.apache.felix</groupId>
94 <artifactId>org.apache.felix.scr.annotations</artifactId>
95 <scope>provided</scope>
96 </dependency>
97 <dependency>
98 <groupId>org.osgi</groupId>
99 <artifactId>org.osgi.compendium</artifactId>
100 </dependency>
Amit Ghosh8951f042017-08-10 13:48:10 +0100101 <dependency>
102 <groupId>org.onosproject</groupId>
103 <artifactId>onlab-osgi</artifactId>
104 <version>${onos.version}</version>
105 <classifier>tests</classifier>
106 <scope>test</scope>
107 </dependency>
108 <dependency>
109 <groupId>org.easymock</groupId>
110 <artifactId>easymock</artifactId>
111 <scope>test</scope>
112 </dependency>
Amit Ghosh47243cb2017-07-26 05:08:53 +0100113 </dependencies>
114
115 <build>
116 <plugins>
117 <plugin>
118 <groupId>org.apache.felix</groupId>
119 <artifactId>maven-bundle-plugin</artifactId>
120 </plugin>
121
122 <plugin>
123 <groupId>org.apache.felix</groupId>
124 <artifactId>maven-scr-plugin</artifactId>
125 </plugin>
126
127 <plugin>
128 <groupId>org.onosproject</groupId>
129 <artifactId>onos-maven-plugin</artifactId>
130 </plugin>
131 </plugins>
132 </build>
133
134 <repositories>
135 <repository>
136 <id>central</id>
137 <name>Central Repository</name>
138 <url>http://repo.maven.apache.org/maven2</url>
139 <layout>default</layout>
140 <snapshots>
141 <enabled>false</enabled>
142 </snapshots>
143 <releases>
144 <enabled>true</enabled>
145 <updatePolicy>always</updatePolicy>
146 <checksumPolicy>fail</checksumPolicy>
147 </releases>
148 </repository>
149
150 <repository>
151 <id>snapshots</id>
152 <url>https://oss.sonatype.org/content/repositories/snapshots</url>
153 <snapshots>
154 <enabled>true</enabled>
155 <updatePolicy>always</updatePolicy>
156 <checksumPolicy>fail</checksumPolicy>
157 </snapshots>
158 </repository>
159 </repositories>
160</project>