Hyunsun Moon | 950f639 | 2015-09-10 17:54:10 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Brian O'Connor | 8e57fd5 | 2016-04-09 01:19:45 -0700 | [diff] [blame] | 3 | ~ Copyright 2015-present Open Networking Laboratory |
Hyunsun Moon | 950f639 | 2015-09-10 17:54:10 -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 |
| 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 | <modelVersion>4.0.0</modelVersion> |
| 21 | |
| 22 | <parent> |
| 23 | <groupId>org.onosproject</groupId> |
alshabib | b4d3171 | 2016-06-01 18:51:03 -0700 | [diff] [blame] | 24 | <artifactId>onos</artifactId> |
alshabib | 2d1114b | 2016-08-18 14:41:18 -0700 | [diff] [blame] | 25 | <version>1.7.0-SNAPSHOT</version> |
alshabib | b4d3171 | 2016-06-01 18:51:03 -0700 | [diff] [blame] | 26 | <relativePath></relativePath> |
Hyunsun Moon | 950f639 | 2015-09-10 17:54:10 -0700 | [diff] [blame] | 27 | </parent> |
| 28 | |
alshabib | b4d3171 | 2016-06-01 18:51:03 -0700 | [diff] [blame] | 29 | <groupId>org.opencord</groupId> |
| 30 | <artifactId>vtn</artifactId> |
alshabib | af1f403 | 2016-08-03 14:06:00 -0700 | [diff] [blame] | 31 | <version>1.1-SNAPSHOT</version> |
Hyunsun Moon | 950f639 | 2015-09-10 17:54:10 -0700 | [diff] [blame] | 32 | <packaging>bundle</packaging> |
| 33 | |
alshabib | e6e45f8 | 2016-07-09 11:35:36 +0200 | [diff] [blame] | 34 | <!-- |
alshabib | c14b18a | 2016-06-02 22:02:37 -0700 | [diff] [blame] | 35 | <repositories> |
| 36 | <repository> |
| 37 | <id>oss-staging</id> |
| 38 | <name>OSS Staging</name> |
| 39 | <url>https://oss.sonatype.org/content/groups/staging</url> |
| 40 | </repository> |
| 41 | </repositories> |
alshabib | e6e45f8 | 2016-07-09 11:35:36 +0200 | [diff] [blame] | 42 | --> |
alshabib | c14b18a | 2016-06-02 22:02:37 -0700 | [diff] [blame] | 43 | |
Hyunsun Moon | 950f639 | 2015-09-10 17:54:10 -0700 | [diff] [blame] | 44 | <description>Virtual tenant network service for CORD</description> |
| 45 | |
| 46 | <properties> |
alshabib | b4d3171 | 2016-06-01 18:51:03 -0700 | [diff] [blame] | 47 | <onos.app.name>org.opencord.vtn</onos.app.name> |
alshabib | 2d1114b | 2016-08-18 14:41:18 -0700 | [diff] [blame] | 48 | <onos.version>1.7.0-SNAPSHOT</onos.version> |
alshabib | b4d3171 | 2016-06-01 18:51:03 -0700 | [diff] [blame] | 49 | <onos.app.title>VTN App</onos.app.title> |
| 50 | <onos.app.category>Traffic Steering</onos.app.category> |
| 51 | <onos.app.url>http://opencord.org</onos.app.url> |
Hyunsun Moon | 2037937 | 2016-06-07 14:52:46 -0700 | [diff] [blame] | 52 | <onos.app.requires> |
| 53 | org.onosproject.ovsdb-base, |
| 54 | org.onosproject.drivers.ovsdb, |
| 55 | org.onosproject.dhcp, |
| 56 | org.onosproject.xosclient, |
| 57 | org.opencord.config |
| 58 | </onos.app.requires> |
Hyunsun Moon | 97eaf50 | 2015-12-07 14:06:28 -0800 | [diff] [blame] | 59 | <web.context>/onos/cordvtn</web.context> |
| 60 | <api.version>1.0.0</api.version> |
| 61 | <api.title>CORD VTN REST API</api.title> |
| 62 | <api.description> |
| 63 | APIs for interacting with the CORD VTN application. |
| 64 | </api.description> |
Hyunsun Moon | 26b8109 | 2016-06-07 01:29:56 -0700 | [diff] [blame] | 65 | <api.package>org.opencord.cordvtn.rest</api.package> |
Hyunsun Moon | 950f639 | 2015-09-10 17:54:10 -0700 | [diff] [blame] | 66 | </properties> |
| 67 | |
| 68 | <dependencies> |
Hyunsun Moon | e9d7599 | 2015-09-15 22:39:16 -0700 | [diff] [blame] | 69 | <dependency> |
| 70 | <groupId>org.osgi</groupId> |
| 71 | <artifactId>org.osgi.compendium</artifactId> |
| 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>org.onosproject</groupId> |
| 75 | <artifactId>onos-api</artifactId> |
alshabib | b4d3171 | 2016-06-01 18:51:03 -0700 | [diff] [blame] | 76 | <version>${onos.version}</version> |
Hyunsun Moon | e9d7599 | 2015-09-15 22:39:16 -0700 | [diff] [blame] | 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>org.onosproject</groupId> |
| 80 | <artifactId>onos-core-serializers</artifactId> |
alshabib | b4d3171 | 2016-06-01 18:51:03 -0700 | [diff] [blame] | 81 | <version>${onos.version}</version> |
Hyunsun Moon | e9d7599 | 2015-09-15 22:39:16 -0700 | [diff] [blame] | 82 | </dependency> |
Hyunsun Moon | 7dca9b3 | 2015-10-08 22:25:30 -0700 | [diff] [blame] | 83 | <dependency> |
| 84 | <groupId>org.onosproject</groupId> |
| 85 | <artifactId>onos-ovsdb-api</artifactId> |
alshabib | b4d3171 | 2016-06-01 18:51:03 -0700 | [diff] [blame] | 86 | <version>${onos.version}</version> |
Hyunsun Moon | 7dca9b3 | 2015-10-08 22:25:30 -0700 | [diff] [blame] | 87 | </dependency> |
Hyunsun Moon | 838b19b | 2015-10-18 18:23:15 -0700 | [diff] [blame] | 88 | <dependency> |
| 89 | <groupId>org.onosproject</groupId> |
| 90 | <artifactId>onos-cli</artifactId> |
alshabib | b4d3171 | 2016-06-01 18:51:03 -0700 | [diff] [blame] | 91 | <version>${onos.version}</version> |
Hyunsun Moon | 838b19b | 2015-10-18 18:23:15 -0700 | [diff] [blame] | 92 | </dependency> |
| 93 | <dependency> |
| 94 | <groupId>org.apache.karaf.shell</groupId> |
| 95 | <artifactId>org.apache.karaf.shell.console</artifactId> |
Jian Li | 466dd33 | 2016-01-15 15:46:16 -0800 | [diff] [blame] | 96 | <version>3.0.5</version> |
Hyunsun Moon | 838b19b | 2015-10-18 18:23:15 -0700 | [diff] [blame] | 97 | </dependency> |
Hyunsun Moon | 05f528a | 2015-11-04 17:34:35 -0800 | [diff] [blame] | 98 | <dependency> |
| 99 | <groupId>org.onosproject</groupId> |
Hyunsun Moon | 9274aaf | 2015-12-04 11:35:25 -0800 | [diff] [blame] | 100 | <artifactId>onos-rest</artifactId> |
alshabib | b4d3171 | 2016-06-01 18:51:03 -0700 | [diff] [blame] | 101 | <version>${onos.version}</version> |
Hyunsun Moon | 9274aaf | 2015-12-04 11:35:25 -0800 | [diff] [blame] | 102 | </dependency> |
| 103 | <dependency> |
| 104 | <groupId>org.onosproject</groupId> |
| 105 | <artifactId>onlab-rest</artifactId> |
alshabib | b4d3171 | 2016-06-01 18:51:03 -0700 | [diff] [blame] | 106 | <version>${onos.version}</version> |
Hyunsun Moon | 9274aaf | 2015-12-04 11:35:25 -0800 | [diff] [blame] | 107 | </dependency> |
| 108 | <dependency> |
| 109 | <groupId>javax.ws.rs</groupId> |
Jian Li | 7ad803f | 2016-03-09 10:52:49 -0800 | [diff] [blame] | 110 | <artifactId>javax.ws.rs-api</artifactId> |
| 111 | <version>2.0.1</version> |
Hyunsun Moon | 9274aaf | 2015-12-04 11:35:25 -0800 | [diff] [blame] | 112 | </dependency> |
| 113 | <dependency> |
Jian Li | 7ad803f | 2016-03-09 10:52:49 -0800 | [diff] [blame] | 114 | <groupId>org.glassfish.jersey.containers</groupId> |
| 115 | <artifactId>jersey-container-servlet</artifactId> |
Hyunsun Moon | 9274aaf | 2015-12-04 11:35:25 -0800 | [diff] [blame] | 116 | </dependency> |
| 117 | <dependency> |
| 118 | <groupId>com.fasterxml.jackson.core</groupId> |
| 119 | <artifactId>jackson-databind</artifactId> |
| 120 | </dependency> |
| 121 | <dependency> |
| 122 | <groupId>com.fasterxml.jackson.core</groupId> |
| 123 | <artifactId>jackson-annotations</artifactId> |
| 124 | </dependency> |
| 125 | <dependency> |
| 126 | <groupId>org.onosproject</groupId> |
Hyunsun Moon | 8b530e3 | 2016-02-03 00:11:11 -0800 | [diff] [blame] | 127 | <artifactId>onos-app-dhcp-api</artifactId> |
alshabib | b4d3171 | 2016-06-01 18:51:03 -0700 | [diff] [blame] | 128 | <version>${onos.version}</version> |
Hyunsun Moon | 8b530e3 | 2016-02-03 00:11:11 -0800 | [diff] [blame] | 129 | </dependency> |
Hyunsun Moon | fba9701 | 2016-02-05 16:55:33 -0800 | [diff] [blame] | 130 | <dependency> |
alshabib | b4d3171 | 2016-06-01 18:51:03 -0700 | [diff] [blame] | 131 | <groupId>org.opencord</groupId> |
Hyunsun Moon | d6881cc | 2016-06-09 10:56:03 -0700 | [diff] [blame] | 132 | <artifactId>cord-config</artifactId> |
Hyunsun Moon | e7e4bb3 | 2016-05-16 04:32:45 -0700 | [diff] [blame] | 133 | <version>${project.version}</version> |
| 134 | </dependency> |
| 135 | <dependency> |
Hyunsun Moon | fba9701 | 2016-02-05 16:55:33 -0800 | [diff] [blame] | 136 | <groupId>com.jcraft</groupId> |
| 137 | <artifactId>jsch</artifactId> |
| 138 | <version>0.1.53</version> |
| 139 | </dependency> |
alshabib | b4d3171 | 2016-06-01 18:51:03 -0700 | [diff] [blame] | 140 | <dependency> |
| 141 | <groupId>org.onosproject</groupId> |
| 142 | <artifactId>onos-app-xos-client</artifactId> |
| 143 | <version>${onos.version}</version> |
| 144 | </dependency> |
| 145 | <dependency> |
| 146 | <groupId>org.apache.felix</groupId> |
| 147 | <artifactId>org.apache.felix.scr.annotations</artifactId> |
alshabib | b4d3171 | 2016-06-01 18:51:03 -0700 | [diff] [blame] | 148 | </dependency> |
| 149 | |
| 150 | <!-- TODO FIX ONOS ROOT POM to split thirdparty and onos dependencies --> |
| 151 | <dependency> |
| 152 | <groupId>org.onosproject</groupId> |
| 153 | <artifactId>onlab-osgi</artifactId> |
| 154 | <version>${onos.version}</version> |
| 155 | </dependency> |
| 156 | |
| 157 | <dependency> |
| 158 | <groupId>org.onosproject</groupId> |
| 159 | <artifactId>onlab-misc</artifactId> |
| 160 | <version>${onos.version}</version> |
| 161 | </dependency> |
| 162 | |
| 163 | <dependency> |
| 164 | <groupId>org.onosproject</groupId> |
| 165 | <artifactId>onos-core-common</artifactId> |
| 166 | <version>${onos.version}</version> |
| 167 | </dependency> |
| 168 | |
| 169 | <dependency> |
| 170 | <groupId>org.onosproject</groupId> |
| 171 | <artifactId>onos-incubator-api</artifactId> |
| 172 | <version>${onos.version}</version> |
| 173 | </dependency> |
| 174 | |
| 175 | <dependency> |
| 176 | <groupId>org.onosproject</groupId> |
| 177 | <artifactId>onos-ovsdb-rfc</artifactId> |
| 178 | <version>${onos.version}</version> |
| 179 | </dependency> |
| 180 | |
Hyunsun Moon | 950f639 | 2015-09-10 17:54:10 -0700 | [diff] [blame] | 181 | </dependencies> |
| 182 | |
Hyunsun Moon | 97eaf50 | 2015-12-07 14:06:28 -0800 | [diff] [blame] | 183 | <build> |
| 184 | <plugins> |
| 185 | <plugin> |
alshabib | b4d3171 | 2016-06-01 18:51:03 -0700 | [diff] [blame] | 186 | <groupId>org.onosproject</groupId> |
| 187 | <artifactId>onos-maven-plugin</artifactId> |
| 188 | </plugin> |
| 189 | <plugin> |
Hyunsun Moon | 97eaf50 | 2015-12-07 14:06:28 -0800 | [diff] [blame] | 190 | <groupId>org.apache.felix</groupId> |
Hyunsun Moon | 2037937 | 2016-06-07 14:52:46 -0700 | [diff] [blame] | 191 | <artifactId>maven-scr-plugin</artifactId> |
| 192 | <version>1.21.0</version> |
| 193 | <executions> |
| 194 | <execution> |
| 195 | <id>generate-scr-srcdescriptor</id> |
| 196 | <goals> |
| 197 | <goal>scr</goal> |
| 198 | </goals> |
| 199 | </execution> |
| 200 | </executions> |
| 201 | <configuration> |
| 202 | <supportedProjectTypes> |
| 203 | <supportedProjectType>bundle</supportedProjectType> |
| 204 | <supportedProjectType>war</supportedProjectType> |
| 205 | </supportedProjectTypes> |
| 206 | </configuration> |
| 207 | </plugin> |
| 208 | <plugin> |
| 209 | <groupId>org.apache.felix</groupId> |
Hyunsun Moon | 97eaf50 | 2015-12-07 14:06:28 -0800 | [diff] [blame] | 210 | <artifactId>maven-bundle-plugin</artifactId> |
| 211 | <extensions>true</extensions> |
| 212 | <configuration> |
| 213 | <instructions> |
| 214 | <_wab>src/main/webapp/</_wab> |
| 215 | <Include-Resource> |
| 216 | WEB-INF/classes/apidoc/swagger.json=target/swagger.json, |
| 217 | {maven-resources} |
| 218 | </Include-Resource> |
| 219 | <Bundle-SymbolicName> |
| 220 | ${project.groupId}.${project.artifactId} |
| 221 | </Bundle-SymbolicName> |
| 222 | <Import-Package> |
Brian O'Connor | 72a0ee1 | 2016-04-04 14:00:37 -0700 | [diff] [blame] | 223 | *,org.glassfish.jersey.servlet |
Hyunsun Moon | 97eaf50 | 2015-12-07 14:06:28 -0800 | [diff] [blame] | 224 | </Import-Package> |
| 225 | <Web-ContextPath>${web.context}</Web-ContextPath> |
| 226 | </instructions> |
| 227 | </configuration> |
| 228 | </plugin> |
| 229 | </plugins> |
| 230 | </build> |
| 231 | |
Hyunsun Moon | 950f639 | 2015-09-10 17:54:10 -0700 | [diff] [blame] | 232 | </project> |