Amit Ghosh | 47243cb | 2017-07-26 05:08:53 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Deepa vaddireddy | 0060f53 | 2017-08-04 06:46:05 +0000 | [diff] [blame] | 3 | ~ Copyright 2016-present Open Networking Foundation |
Amit Ghosh | 47243cb | 2017-07-26 05:08:53 +0100 | [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 |
| 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> |
Gamze Abaka | c806c6c | 2018-12-03 12:49:46 +0000 | [diff] [blame^] | 23 | <version>1.13.6</version> |
Amit Ghosh | 47243cb | 2017-07-26 05:08:53 +0100 | [diff] [blame] | 24 | <relativePath></relativePath> |
| 25 | </parent> |
| 26 | |
| 27 | <groupId>org.opencord</groupId> |
| 28 | <artifactId>dhcpl2relay</artifactId> |
Gamze Abaka | c806c6c | 2018-12-03 12:49:46 +0000 | [diff] [blame^] | 29 | <version>1.6.0-SNAPSHOT</version> |
Amit Ghosh | 47243cb | 2017-07-26 05:08:53 +0100 | [diff] [blame] | 30 | <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> |
Author Name | 8c2895f | 2017-09-13 14:58:09 +0530 | [diff] [blame] | 43 | <onos.app.requires> |
| 44 | org.opencord.sadis |
| 45 | </onos.app.requires> |
Gamze Abaka | c806c6c | 2018-12-03 12:49:46 +0000 | [diff] [blame^] | 46 | <onos.version>1.13.6</onos.version> |
| 47 | <sadis.api.version>3.0.0</sadis.api.version> |
Amit Ghosh | 47243cb | 2017-07-26 05:08:53 +0100 | [diff] [blame] | 48 | </properties> |
| 49 | |
| 50 | <dependencies> |
| 51 | <dependency> |
| 52 | <groupId>org.onosproject</groupId> |
| 53 | <artifactId>onos-api</artifactId> |
| 54 | <version>${onos.version}</version> |
| 55 | </dependency> |
| 56 | |
| 57 | <dependency> |
| 58 | <groupId>org.opencord</groupId> |
Deepa vaddireddy | 0060f53 | 2017-08-04 06:46:05 +0000 | [diff] [blame] | 59 | <artifactId>sadis-api</artifactId> |
David K. Bainbridge | 03329de | 2017-08-10 10:39:09 -0700 | [diff] [blame] | 60 | <version>${sadis.api.version}</version> |
Amit Ghosh | 47243cb | 2017-07-26 05:08:53 +0100 | [diff] [blame] | 61 | </dependency> |
| 62 | |
| 63 | <dependency> |
| 64 | <groupId>org.onosproject</groupId> |
| 65 | <artifactId>onos-incubator-api</artifactId> |
| 66 | <version>${onos.version}</version> |
| 67 | </dependency> |
| 68 | |
| 69 | <dependency> |
| 70 | <groupId>org.onosproject</groupId> |
| 71 | <artifactId>onlab-osgi</artifactId> |
| 72 | <version>${onos.version}</version> |
| 73 | </dependency> |
| 74 | |
| 75 | <dependency> |
| 76 | <groupId>junit</groupId> |
| 77 | <artifactId>junit</artifactId> |
| 78 | <scope>test</scope> |
| 79 | </dependency> |
| 80 | |
| 81 | <dependency> |
| 82 | <groupId>org.onosproject</groupId> |
| 83 | <artifactId>onlab-junit</artifactId> |
| 84 | <version>${onos.version}</version> |
| 85 | <scope>test</scope> |
| 86 | </dependency> |
Amit Ghosh | a17354e | 2017-08-23 12:56:04 +0100 | [diff] [blame] | 87 | <dependency> |
| 88 | <groupId>org.onosproject</groupId> |
| 89 | <artifactId>onos-cli</artifactId> |
| 90 | <version>${onos.version}</version> |
| 91 | </dependency> |
Amit Ghosh | 47243cb | 2017-07-26 05:08:53 +0100 | [diff] [blame] | 92 | |
| 93 | <dependency> |
| 94 | <groupId>org.onosproject</groupId> |
| 95 | <artifactId>onos-api</artifactId> |
| 96 | <version>${onos.version}</version> |
| 97 | <scope>test</scope> |
| 98 | <classifier>tests</classifier> |
| 99 | </dependency> |
| 100 | |
| 101 | <dependency> |
| 102 | <groupId>org.apache.felix</groupId> |
| 103 | <artifactId>org.apache.felix.scr.annotations</artifactId> |
| 104 | <scope>provided</scope> |
| 105 | </dependency> |
| 106 | <dependency> |
| 107 | <groupId>org.osgi</groupId> |
| 108 | <artifactId>org.osgi.compendium</artifactId> |
| 109 | </dependency> |
Amit Ghosh | 8951f04 | 2017-08-10 13:48:10 +0100 | [diff] [blame] | 110 | <dependency> |
| 111 | <groupId>org.onosproject</groupId> |
| 112 | <artifactId>onlab-osgi</artifactId> |
| 113 | <version>${onos.version}</version> |
| 114 | <classifier>tests</classifier> |
| 115 | <scope>test</scope> |
| 116 | </dependency> |
| 117 | <dependency> |
| 118 | <groupId>org.easymock</groupId> |
| 119 | <artifactId>easymock</artifactId> |
| 120 | <scope>test</scope> |
| 121 | </dependency> |
Jonathan Hart | edbf642 | 2018-05-02 17:30:05 -0700 | [diff] [blame] | 122 | |
| 123 | <dependency> |
| 124 | <groupId>org.apache.karaf.shell</groupId> |
| 125 | <artifactId>org.apache.karaf.shell.console</artifactId> |
| 126 | </dependency> |
Jonathan Hart | c36c955 | 2018-07-31 15:07:53 -0400 | [diff] [blame] | 127 | |
| 128 | <dependency> |
| 129 | <groupId>org.onosproject</groupId> |
| 130 | <artifactId>onos-core-common</artifactId> |
| 131 | <version>${onos.version}</version> |
| 132 | <classifier>tests</classifier> |
| 133 | <scope>test</scope> |
| 134 | </dependency> |
Amit Ghosh | 47243cb | 2017-07-26 05:08:53 +0100 | [diff] [blame] | 135 | </dependencies> |
| 136 | |
| 137 | <build> |
| 138 | <plugins> |
| 139 | <plugin> |
| 140 | <groupId>org.apache.felix</groupId> |
| 141 | <artifactId>maven-bundle-plugin</artifactId> |
| 142 | </plugin> |
| 143 | |
| 144 | <plugin> |
| 145 | <groupId>org.apache.felix</groupId> |
| 146 | <artifactId>maven-scr-plugin</artifactId> |
| 147 | </plugin> |
| 148 | |
| 149 | <plugin> |
| 150 | <groupId>org.onosproject</groupId> |
| 151 | <artifactId>onos-maven-plugin</artifactId> |
Jonathan Hart | edbf642 | 2018-05-02 17:30:05 -0700 | [diff] [blame] | 152 | <version>1.11</version> |
Amit Ghosh | 47243cb | 2017-07-26 05:08:53 +0100 | [diff] [blame] | 153 | </plugin> |
| 154 | </plugins> |
| 155 | </build> |
| 156 | |
| 157 | <repositories> |
| 158 | <repository> |
| 159 | <id>central</id> |
| 160 | <name>Central Repository</name> |
| 161 | <url>http://repo.maven.apache.org/maven2</url> |
| 162 | <layout>default</layout> |
| 163 | <snapshots> |
| 164 | <enabled>false</enabled> |
| 165 | </snapshots> |
| 166 | <releases> |
| 167 | <enabled>true</enabled> |
| 168 | <updatePolicy>always</updatePolicy> |
| 169 | <checksumPolicy>fail</checksumPolicy> |
| 170 | </releases> |
| 171 | </repository> |
| 172 | |
| 173 | <repository> |
| 174 | <id>snapshots</id> |
| 175 | <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 176 | <snapshots> |
| 177 | <enabled>true</enabled> |
| 178 | <updatePolicy>always</updatePolicy> |
| 179 | <checksumPolicy>fail</checksumPolicy> |
| 180 | </snapshots> |
| 181 | </repository> |
| 182 | </repositories> |
| 183 | </project> |