Thomas Vachuska | d3858e4 | 2015-04-22 22:05:49 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Thomas Vachuska | bf916ea | 2015-05-20 18:24:34 -0700 | [diff] [blame] | 2 | |
Thomas Vachuska | d3858e4 | 2015-04-22 22:05:49 -0700 | [diff] [blame] | 3 | <!-- |
Brian O'Connor | a09fe5b | 2017-08-03 21:12:30 -0700 | [diff] [blame] | 4 | ~ Copyright 2015-present Open Networking Foundation |
Thomas Vachuska | d3858e4 | 2015-04-22 22:05:49 -0700 | [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 | --> |
Thomas Vachuska | bf916ea | 2015-05-20 18:24:34 -0700 | [diff] [blame] | 18 | |
Thomas Vachuska | d3858e4 | 2015-04-22 22:05:49 -0700 | [diff] [blame] | 19 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 20 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 21 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 22 | <modelVersion>4.0.0</modelVersion> |
| 23 | |
| 24 | <parent> |
| 25 | <groupId>org.onosproject</groupId> |
Thomas Vachuska | d24aa7f | 2015-05-14 18:37:54 -0700 | [diff] [blame] | 26 | <artifactId>onos-incubator</artifactId> |
ONOS Jenkins User | 1087d13 | 2018-07-13 20:34:35 +0000 | [diff] [blame] | 27 | <version>1.12.2-SNAPSHOT</version> |
Thomas Vachuska | d3858e4 | 2015-04-22 22:05:49 -0700 | [diff] [blame] | 28 | </parent> |
| 29 | |
Thomas Vachuska | d24aa7f | 2015-05-14 18:37:54 -0700 | [diff] [blame] | 30 | <artifactId>onos-incubator-api</artifactId> |
Thomas Vachuska | d3858e4 | 2015-04-22 22:05:49 -0700 | [diff] [blame] | 31 | <packaging>bundle</packaging> |
| 32 | |
Thomas Vachuska | d24aa7f | 2015-05-14 18:37:54 -0700 | [diff] [blame] | 33 | <description>ONOS incubating core API</description> |
Thomas Vachuska | d3858e4 | 2015-04-22 22:05:49 -0700 | [diff] [blame] | 34 | |
| 35 | <dependencies> |
| 36 | <dependency> |
| 37 | <groupId>com.google.guava</groupId> |
| 38 | <artifactId>guava-testlib</artifactId> |
| 39 | <scope>test</scope> |
| 40 | </dependency> |
| 41 | <dependency> |
| 42 | <groupId>org.easymock</groupId> |
| 43 | <artifactId>easymock</artifactId> |
| 44 | <scope>test</scope> |
| 45 | </dependency> |
Thomas Vachuska | d3858e4 | 2015-04-22 22:05:49 -0700 | [diff] [blame] | 46 | </dependencies> |
| 47 | |
| 48 | </project> |