Andreas Papazois | a9964ea | 2016-01-08 15:58:22 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | |
| 3 | <!-- |
Brian O'Connor | 6547c0e | 2017-08-03 18:48:25 -0700 | [diff] [blame] | 4 | ~ Copyright 2016 - present Open Networking Foundation |
Andreas Papazois | a9964ea | 2016-01-08 15:58:22 +0200 | [diff] [blame] | 5 | ~ |
| 6 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | ~ you may not use this file except in compliance with the License. |
| 8 | ~ You may obtain a copy of the License at |
| 9 | ~ |
| 10 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | ~ |
| 12 | ~ Unless required by applicable law or agreed to in writing, software |
| 13 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | ~ See the License for the specific language governing permissions and |
| 16 | ~ limitations under the License. |
| 17 | --> |
| 18 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 19 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 20 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 21 | <modelVersion>4.0.0</modelVersion> |
| 22 | |
| 23 | <parent> |
| 24 | <groupId>org.onosproject</groupId> |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame] | 25 | <artifactId>onos-dependencies</artifactId> |
| 26 | <version>1.7.0</version> |
| 27 | <relativePath/> |
Andreas Papazois | a9964ea | 2016-01-08 15:58:22 +0200 | [diff] [blame] | 28 | </parent> |
| 29 | |
| 30 | <artifactId>onos-app-sdx-l3</artifactId> |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame] | 31 | <version>1.9.0-SNAPSHOT</version> |
Andreas Papazois | a9964ea | 2016-01-08 15:58:22 +0200 | [diff] [blame] | 32 | <packaging>bundle</packaging> |
| 33 | |
| 34 | <description>SDX-L3 application for GEANT</description> |
| 35 | |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame] | 36 | <properties> |
| 37 | <onos.version>1.7.0</onos.version> |
| 38 | </properties> |
| 39 | |
Andreas Papazois | a9964ea | 2016-01-08 15:58:22 +0200 | [diff] [blame] | 40 | <dependencies> |
| 41 | <dependency> |
| 42 | <groupId>com.google.guava</groupId> |
| 43 | <artifactId>guava</artifactId> |
| 44 | </dependency> |
| 45 | |
| 46 | <dependency> |
| 47 | <groupId>org.onosproject</groupId> |
Andreas Papazois | a9964ea | 2016-01-08 15:58:22 +0200 | [diff] [blame] | 48 | <artifactId>onlab-junit</artifactId> |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame] | 49 | <version>${onos.version}</version> |
Andreas Papazois | a9964ea | 2016-01-08 15:58:22 +0200 | [diff] [blame] | 50 | <scope>test</scope> |
| 51 | </dependency> |
| 52 | |
| 53 | <dependency> |
| 54 | <groupId>org.onosproject</groupId> |
| 55 | <artifactId>onos-api</artifactId> |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame] | 56 | <version>${onos.version}</version> |
Andreas Papazois | a9964ea | 2016-01-08 15:58:22 +0200 | [diff] [blame] | 57 | <scope>test</scope> |
| 58 | <classifier>tests</classifier> |
| 59 | </dependency> |
| 60 | |
| 61 | <dependency> |
| 62 | <groupId>org.onosproject</groupId> |
Andreas Papazois | eb51893 | 2016-06-21 13:46:20 +0300 | [diff] [blame] | 63 | <artifactId>onos-incubator-api</artifactId> |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame] | 64 | <version>${onos.version}</version> |
Andreas Papazois | eb51893 | 2016-06-21 13:46:20 +0300 | [diff] [blame] | 65 | <scope>test</scope> |
| 66 | <classifier>tests</classifier> |
| 67 | </dependency> |
| 68 | |
| 69 | <dependency> |
| 70 | <groupId>org.onosproject</groupId> |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame] | 71 | <artifactId>onos-apps-routing</artifactId> |
| 72 | <version>${onos.version}</version> |
Andreas Papazois | a9964ea | 2016-01-08 15:58:22 +0200 | [diff] [blame] | 73 | </dependency> |
| 74 | |
| 75 | <dependency> |
| 76 | <groupId>org.onosproject</groupId> |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame] | 77 | <artifactId>onos-apps-routing-api</artifactId> |
| 78 | <version>${onos.version}</version> |
Andreas Papazois | a9964ea | 2016-01-08 15:58:22 +0200 | [diff] [blame] | 79 | </dependency> |
| 80 | |
| 81 | <dependency> |
| 82 | <groupId>org.onosproject</groupId> |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame] | 83 | <artifactId>onos-apps-routing-api</artifactId> |
Andreas Papazois | a9964ea | 2016-01-08 15:58:22 +0200 | [diff] [blame] | 84 | <scope>test</scope> |
| 85 | <classifier>tests</classifier> |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame] | 86 | <version>${onos.version}</version> |
Andreas Papazois | a9964ea | 2016-01-08 15:58:22 +0200 | [diff] [blame] | 87 | </dependency> |
| 88 | |
| 89 | <dependency> |
| 90 | <groupId>org.onosproject</groupId> |
| 91 | <artifactId>onos-cli</artifactId> |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame] | 92 | <version>${onos.version}</version> |
Andreas Papazois | a9964ea | 2016-01-08 15:58:22 +0200 | [diff] [blame] | 93 | </dependency> |
| 94 | |
| 95 | <dependency> |
| 96 | <groupId>org.apache.karaf.shell</groupId> |
| 97 | <artifactId>org.apache.karaf.shell.console</artifactId> |
| 98 | </dependency> |
| 99 | |
| 100 | <dependency> |
| 101 | <groupId>org.osgi</groupId> |
| 102 | <artifactId>org.osgi.core</artifactId> |
| 103 | </dependency> |
| 104 | |
| 105 | <dependency> |
| 106 | <groupId>org.easymock</groupId> |
| 107 | <artifactId>easymock</artifactId> |
| 108 | <scope>test</scope> |
| 109 | </dependency> |
| 110 | </dependencies> |
| 111 | |
Yuta HIGUCHI | c9fae9f | 2017-01-31 15:21:51 -0800 | [diff] [blame] | 112 | <build> |
| 113 | <plugins> |
| 114 | <plugin> |
| 115 | <groupId>org.apache.felix</groupId> |
| 116 | <artifactId>maven-bundle-plugin</artifactId> |
| 117 | </plugin> |
| 118 | <plugin> |
| 119 | <groupId>org.apache.felix</groupId> |
| 120 | <artifactId>maven-scr-plugin</artifactId> |
| 121 | </plugin> |
| 122 | <plugin> |
| 123 | <groupId>org.onosproject</groupId> |
| 124 | <artifactId>onos-maven-plugin</artifactId> |
| 125 | </plugin> |
| 126 | </plugins> |
| 127 | </build> |
| 128 | |
Andreas Papazois | a9964ea | 2016-01-08 15:58:22 +0200 | [diff] [blame] | 129 | </project> |