tom | ab0af29 | 2014-09-19 13:04:54 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Thomas Vachuska | 4f1a60c | 2014-10-28 13:39:07 -0700 | [diff] [blame] | 2 | <!-- |
Brian O'Connor | a09fe5b | 2017-08-03 21:12:30 -0700 | [diff] [blame] | 3 | ~ Copyright 2014-present Open Networking Foundation |
Thomas Vachuska | 4f1a60c | 2014-10-28 13:39:07 -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 | --> |
tom | ab0af29 | 2014-09-19 13:04:54 -0700 | [diff] [blame] | 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/maven-v4_0_0.xsd"> |
| 20 | <modelVersion>4.0.0</modelVersion> |
| 21 | |
| 22 | <parent> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 23 | <groupId>org.onosproject</groupId> |
tom | ab0af29 | 2014-09-19 13:04:54 -0700 | [diff] [blame] | 24 | <artifactId>onos-core</artifactId> |
Ray Milkey | bca9049 | 2018-04-13 12:47:31 -0700 | [diff] [blame] | 25 | <version>1.14.0-SNAPSHOT</version> |
tom | ab0af29 | 2014-09-19 13:04:54 -0700 | [diff] [blame] | 26 | </parent> |
| 27 | |
| 28 | <artifactId>onos-core-net</artifactId> |
| 29 | <packaging>bundle</packaging> |
| 30 | |
| 31 | <description>ONOS network control core subsystems</description> |
| 32 | |
| 33 | <dependencies> |
| 34 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 35 | <groupId>org.onosproject</groupId> |
tom | ab0af29 | 2014-09-19 13:04:54 -0700 | [diff] [blame] | 36 | <artifactId>onos-api</artifactId> |
| 37 | </dependency> |
tom | be98831 | 2014-09-19 18:38:47 -0700 | [diff] [blame] | 38 | |
| 39 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 40 | <groupId>org.onosproject</groupId> |
tom | ca90c46 | 2014-09-22 11:40:58 -0700 | [diff] [blame] | 41 | <artifactId>onos-api</artifactId> |
| 42 | <classifier>tests</classifier> |
| 43 | <scope>test</scope> |
| 44 | </dependency> |
| 45 | |
| 46 | <dependency> |
Brian O'Connor | abafb50 | 2014-12-02 22:26:20 -0800 | [diff] [blame] | 47 | <groupId>org.onosproject</groupId> |
Thomas Vachuska | c97aa61 | 2015-06-23 16:00:18 -0700 | [diff] [blame] | 48 | <artifactId>onos-core-common</artifactId> |
Brian O'Connor | 47bc855 | 2015-02-11 11:03:32 -0800 | [diff] [blame] | 49 | </dependency> |
| 50 | |
Thomas Vachuska | 0a608ac | 2014-10-16 11:15:59 -0700 | [diff] [blame] | 51 | <dependency> |
Thomas Vachuska | 02aeb03 | 2015-01-06 22:36:30 -0800 | [diff] [blame] | 52 | <groupId>org.onosproject</groupId> |
| 53 | <artifactId>onos-core-common</artifactId> |
Thomas Vachuska | 02aeb03 | 2015-01-06 22:36:30 -0800 | [diff] [blame] | 54 | <classifier>tests</classifier> |
| 55 | <scope>test</scope> |
| 56 | </dependency> |
| 57 | |
| 58 | <dependency> |
Sahil Lele | 3a0cdd5 | 2015-07-21 14:16:31 -0700 | [diff] [blame] | 59 | <groupId>org.onosproject</groupId> |
Thomas Vachuska | 4998caa | 2015-08-26 13:28:38 -0700 | [diff] [blame] | 60 | <artifactId>onos-core-dist</artifactId> |
| 61 | <version>${project.version}</version> |
| 62 | <scope>test</scope> |
| 63 | </dependency> |
| 64 | |
| 65 | <dependency> |
| 66 | <groupId>org.onosproject</groupId> |
Claudine Chiu | dce0815 | 2016-03-09 18:19:28 +0000 | [diff] [blame] | 67 | <artifactId>onos-core-dist</artifactId> |
| 68 | <scope>test</scope> |
| 69 | <classifier>tests</classifier> |
| 70 | <version>${project.version}</version> |
| 71 | </dependency> |
| 72 | |
| 73 | <dependency> |
| 74 | <groupId>org.onosproject</groupId> |
Sahil Lele | 3a0cdd5 | 2015-07-21 14:16:31 -0700 | [diff] [blame] | 75 | <artifactId>onos-incubator-api</artifactId> |
| 76 | <scope>test</scope> |
| 77 | <classifier>tests</classifier> |
| 78 | <version>${project.version}</version> |
| 79 | </dependency> |
Yuta HIGUCHI | dc13d39 | 2017-06-21 17:42:13 -0700 | [diff] [blame] | 80 | <dependency> |
Thomas Vachuska | 0a608ac | 2014-10-16 11:15:59 -0700 | [diff] [blame] | 81 | <groupId>org.easymock</groupId> |
| 82 | <artifactId>easymock</artifactId> |
| 83 | <scope>test</scope> |
| 84 | </dependency> |
Jonathan Hart | b4758a9 | 2014-09-24 10:46:45 -0700 | [diff] [blame] | 85 | |
tom | ab0af29 | 2014-09-19 13:04:54 -0700 | [diff] [blame] | 86 | <dependency> |
Thomas Vachuska | 7a8de84 | 2016-03-07 20:56:35 -0800 | [diff] [blame] | 87 | <groupId>org.osgi</groupId> |
| 88 | <artifactId>org.osgi.core</artifactId> |
| 89 | </dependency> |
| 90 | |
| 91 | <dependency> |
Sahil Lele | 3a0cdd5 | 2015-07-21 14:16:31 -0700 | [diff] [blame] | 92 | <groupId>org.onosproject</groupId> |
Brian Stanke | 11f6d53 | 2016-07-05 16:17:59 -0400 | [diff] [blame] | 93 | <artifactId>onlab-osgi</artifactId> |
Brian Stanke | 11f6d53 | 2016-07-05 16:17:59 -0400 | [diff] [blame] | 94 | <classifier>tests</classifier> |
| 95 | <scope>test</scope> |
| 96 | </dependency> |
| 97 | |
| 98 | <dependency> |
| 99 | <groupId>org.onosproject</groupId> |
Sahil Lele | 3a0cdd5 | 2015-07-21 14:16:31 -0700 | [diff] [blame] | 100 | <artifactId>onos-incubator-api</artifactId> |
| 101 | </dependency> |
| 102 | |
| 103 | <dependency> |
Thomas Vachuska | 02aeb03 | 2015-01-06 22:36:30 -0800 | [diff] [blame] | 104 | <groupId>org.apache.karaf.features</groupId> |
| 105 | <artifactId>org.apache.karaf.features.core</artifactId> |
Thomas Vachuska | 02aeb03 | 2015-01-06 22:36:30 -0800 | [diff] [blame] | 106 | </dependency> |
Thomas Vachuska | de563cf | 2015-04-01 00:28:50 -0700 | [diff] [blame] | 107 | |
| 108 | <dependency> |
| 109 | <groupId>org.apache.karaf.system</groupId> |
| 110 | <artifactId>org.apache.karaf.system.core</artifactId> |
| 111 | </dependency> |
Thomas Vachuska | 7a8de84 | 2016-03-07 20:56:35 -0800 | [diff] [blame] | 112 | |
| 113 | <dependency> |
| 114 | <groupId>org.apache.felix</groupId> |
| 115 | <artifactId>org.apache.felix.scr</artifactId> |
| 116 | </dependency> |
Brian Stanke | 11f6d53 | 2016-07-05 16:17:59 -0400 | [diff] [blame] | 117 | <dependency> |
| 118 | <groupId>org.onosproject</groupId> |
| 119 | <artifactId>onos-incubator-store</artifactId> |
| 120 | <version>${project.version}</version> |
| 121 | <scope>test</scope> |
| 122 | </dependency> |
| 123 | <dependency> |
| 124 | <groupId>org.onosproject</groupId> |
Ray Milkey | e27bb90 | 2017-11-06 12:55:17 -0800 | [diff] [blame] | 125 | <artifactId>onos-pipelines-basic</artifactId> |
| 126 | <version>${project.version}</version> |
| 127 | <scope>test</scope> |
| 128 | </dependency> |
| 129 | <dependency> |
| 130 | <groupId>org.onosproject</groupId> |
Brian Stanke | 11f6d53 | 2016-07-05 16:17:59 -0400 | [diff] [blame] | 131 | <artifactId>onos-incubator-net</artifactId> |
Brian Stanke | 11f6d53 | 2016-07-05 16:17:59 -0400 | [diff] [blame] | 132 | </dependency> |
tom | ab0af29 | 2014-09-19 13:04:54 -0700 | [diff] [blame] | 133 | </dependencies> |
| 134 | |
Yuta HIGUCHI | 09ae368 | 2017-08-14 18:56:54 -0700 | [diff] [blame] | 135 | <build> |
| 136 | <plugins> |
| 137 | <plugin> |
| 138 | <groupId>org.apache.maven.plugins</groupId> |
| 139 | <artifactId>maven-resources-plugin</artifactId> |
| 140 | <!-- Workaround for P4 test code using symlinks in git --> |
| 141 | <!-- last version which copies symlink target --> |
| 142 | <version>2.7</version> |
| 143 | </plugin> |
| 144 | </plugins> |
| 145 | </build> |
| 146 | |
tom | ab0af29 | 2014-09-19 13:04:54 -0700 | [diff] [blame] | 147 | </project> |