Matteo Scandolo | 57af5d1 | 2019-04-29 17:11:41 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ~ Copyright 2016-present Open Networking Foundation |
| 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" |
| 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/xsd/maven-4.0.0.xsd"> |
| 20 | <parent> |
| 21 | <artifactId>dhcpl2relay</artifactId> |
| 22 | <groupId>org.opencord</groupId> |
Jenkins | 11371d3 | 2020-01-08 23:05:37 +0000 | [diff] [blame] | 23 | <version>2.0.1-SNAPSHOT</version> |
Matteo Scandolo | 57af5d1 | 2019-04-29 17:11:41 -0700 | [diff] [blame] | 24 | </parent> |
| 25 | <modelVersion>4.0.0</modelVersion> |
| 26 | |
| 27 | <artifactId>dhcpl2relay-app</artifactId> |
| 28 | |
| 29 | <packaging>bundle</packaging> |
Marcos Aurelio Carrero | eaf02b8 | 2019-11-25 13:34:25 -0300 | [diff] [blame] | 30 | <description>DHCP L2 Relay application for CORD</description> |
Matteo Scandolo | 57af5d1 | 2019-04-29 17:11:41 -0700 | [diff] [blame] | 31 | |
| 32 | <properties> |
| 33 | <onos.app.name>org.opencord.dhcpl2relay</onos.app.name> |
Matteo Scandolo | 57af5d1 | 2019-04-29 17:11:41 -0700 | [diff] [blame] | 34 | <onos.app.title>DHCP Relay Agent App</onos.app.title> |
| 35 | <onos.app.category>default</onos.app.category> |
| 36 | <onos.app.url>http://opencord.org</onos.app.url> |
| 37 | <onos.app.readme>DHCP L2 Relay Agent Application.</onos.app.readme> |
| 38 | <onos.app.requires> |
| 39 | org.opencord.sadis |
| 40 | </onos.app.requires> |
Matteo Scandolo | 57af5d1 | 2019-04-29 17:11:41 -0700 | [diff] [blame] | 41 | </properties> |
| 42 | |
| 43 | <dependencies> |
| 44 | <dependency> |
| 45 | <groupId>org.onosproject</groupId> |
| 46 | <artifactId>onos-api</artifactId> |
| 47 | <version>${onos.version}</version> |
Carmelo Cascone | de1e6e3 | 2019-07-15 19:39:08 -0700 | [diff] [blame] | 48 | <scope>provided</scope> |
Matteo Scandolo | 57af5d1 | 2019-04-29 17:11:41 -0700 | [diff] [blame] | 49 | </dependency> |
| 50 | |
| 51 | <dependency> |
| 52 | <groupId>org.opencord</groupId> |
| 53 | <artifactId>sadis-api</artifactId> |
| 54 | <version>${sadis.api.version}</version> |
Carmelo Cascone | de1e6e3 | 2019-07-15 19:39:08 -0700 | [diff] [blame] | 55 | <scope>provided</scope> |
Matteo Scandolo | 57af5d1 | 2019-04-29 17:11:41 -0700 | [diff] [blame] | 56 | </dependency> |
| 57 | |
| 58 | <dependency> |
| 59 | <groupId>org.opencord</groupId> |
| 60 | <artifactId>dhcpl2relay-api</artifactId> |
Carmelo Cascone | de1e6e3 | 2019-07-15 19:39:08 -0700 | [diff] [blame] | 61 | <version>${project.version}</version> |
Matteo Scandolo | 57af5d1 | 2019-04-29 17:11:41 -0700 | [diff] [blame] | 62 | <scope>compile</scope> |
| 63 | </dependency> |
| 64 | |
| 65 | <dependency> |
| 66 | <groupId>org.onosproject</groupId> |
Matteo Scandolo | 57af5d1 | 2019-04-29 17:11:41 -0700 | [diff] [blame] | 67 | <artifactId>onlab-junit</artifactId> |
| 68 | <version>${onos.version}</version> |
| 69 | <scope>test</scope> |
| 70 | </dependency> |
Carmelo Cascone | de1e6e3 | 2019-07-15 19:39:08 -0700 | [diff] [blame] | 71 | |
Matteo Scandolo | 57af5d1 | 2019-04-29 17:11:41 -0700 | [diff] [blame] | 72 | <dependency> |
| 73 | <groupId>org.onosproject</groupId> |
| 74 | <artifactId>onos-cli</artifactId> |
| 75 | <version>${onos.version}</version> |
Carmelo Cascone | de1e6e3 | 2019-07-15 19:39:08 -0700 | [diff] [blame] | 76 | <scope>provided</scope> |
Matteo Scandolo | 57af5d1 | 2019-04-29 17:11:41 -0700 | [diff] [blame] | 77 | </dependency> |
| 78 | |
| 79 | <dependency> |
| 80 | <groupId>org.onosproject</groupId> |
| 81 | <artifactId>onos-api</artifactId> |
| 82 | <version>${onos.version}</version> |
| 83 | <scope>test</scope> |
| 84 | <classifier>tests</classifier> |
| 85 | </dependency> |
| 86 | |
| 87 | <dependency> |
Matteo Scandolo | 57af5d1 | 2019-04-29 17:11:41 -0700 | [diff] [blame] | 88 | <groupId>org.onosproject</groupId> |
| 89 | <artifactId>onlab-osgi</artifactId> |
| 90 | <version>${onos.version}</version> |
| 91 | <classifier>tests</classifier> |
| 92 | <scope>test</scope> |
| 93 | </dependency> |
Carmelo Cascone | de1e6e3 | 2019-07-15 19:39:08 -0700 | [diff] [blame] | 94 | |
Matteo Scandolo | 57af5d1 | 2019-04-29 17:11:41 -0700 | [diff] [blame] | 95 | <dependency> |
Matteo Scandolo | 57af5d1 | 2019-04-29 17:11:41 -0700 | [diff] [blame] | 96 | <groupId>org.apache.karaf.shell</groupId> |
Marcos Aurelio Carrero | eaf02b8 | 2019-11-25 13:34:25 -0300 | [diff] [blame] | 97 | <artifactId>org.apache.karaf.shell.core</artifactId> |
| 98 | <scope>provided</scope> |
| 99 | </dependency> |
| 100 | |
| 101 | <dependency> |
| 102 | <groupId>org.apache.karaf.shell</groupId> |
Matteo Scandolo | 57af5d1 | 2019-04-29 17:11:41 -0700 | [diff] [blame] | 103 | <artifactId>org.apache.karaf.shell.console</artifactId> |
Carmelo Cascone | de1e6e3 | 2019-07-15 19:39:08 -0700 | [diff] [blame] | 104 | <scope>provided</scope> |
Matteo Scandolo | 57af5d1 | 2019-04-29 17:11:41 -0700 | [diff] [blame] | 105 | </dependency> |
| 106 | |
| 107 | <dependency> |
| 108 | <groupId>org.onosproject</groupId> |
| 109 | <artifactId>onos-core-common</artifactId> |
| 110 | <version>${onos.version}</version> |
| 111 | <classifier>tests</classifier> |
| 112 | <scope>test</scope> |
| 113 | </dependency> |
Carmelo Cascone | de1e6e3 | 2019-07-15 19:39:08 -0700 | [diff] [blame] | 114 | |
| 115 | <dependency> |
| 116 | <groupId>org.onosproject</groupId> |
| 117 | <artifactId>onlab-misc</artifactId> |
| 118 | <version>${onos.version}</version> |
| 119 | <scope>provided</scope> |
| 120 | </dependency> |
| 121 | |
| 122 | <dependency> |
Carmelo Cascone | de1e6e3 | 2019-07-15 19:39:08 -0700 | [diff] [blame] | 123 | <groupId>com.fasterxml.jackson.core</groupId> |
| 124 | <artifactId>jackson-databind</artifactId> |
Carmelo Cascone | de1e6e3 | 2019-07-15 19:39:08 -0700 | [diff] [blame] | 125 | <scope>provided</scope> |
| 126 | </dependency> |
| 127 | |
Matteo Scandolo | 57af5d1 | 2019-04-29 17:11:41 -0700 | [diff] [blame] | 128 | </dependencies> |
| 129 | |
| 130 | <build> |
| 131 | <plugins> |
| 132 | <plugin> |
Matteo Scandolo | 57af5d1 | 2019-04-29 17:11:41 -0700 | [diff] [blame] | 133 | <groupId>org.onosproject</groupId> |
| 134 | <artifactId>onos-maven-plugin</artifactId> |
Carmelo Cascone | de1e6e3 | 2019-07-15 19:39:08 -0700 | [diff] [blame] | 135 | </plugin> |
| 136 | |
| 137 | <plugin> |
| 138 | <groupId>org.apache.felix</groupId> |
| 139 | <artifactId>maven-bundle-plugin</artifactId> |
| 140 | <configuration> |
| 141 | <instructions> |
Carmelo Cascone | de1e6e3 | 2019-07-15 19:39:08 -0700 | [diff] [blame] | 142 | <Karaf-Commands>org.opencord.dhcpl2relay.cli</Karaf-Commands> |
Carmelo Cascone | de1e6e3 | 2019-07-15 19:39:08 -0700 | [diff] [blame] | 143 | </instructions> |
| 144 | </configuration> |
Matteo Scandolo | 57af5d1 | 2019-04-29 17:11:41 -0700 | [diff] [blame] | 145 | </plugin> |
| 146 | </plugins> |
| 147 | </build> |
| 148 | |
Matteo Scandolo | 57af5d1 | 2019-04-29 17:11:41 -0700 | [diff] [blame] | 149 | </project> |