lishuai | 91d986c | 2015-07-28 09:45:20 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- ~ Copyright 2014 Open Networking Laboratory ~ ~ Licensed under the Apache |
| 3 | License, Version 2.0 (the "License"); ~ you may not use this file except |
| 4 | in compliance with the License. ~ You may obtain a copy of the License at |
| 5 | ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable |
| 6 | law or agreed to in writing, software ~ distributed under the License is |
| 7 | distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 8 | KIND, either express or implied. ~ See the License for the specific language |
| 9 | governing permissions and ~ limitations under the License. --> |
| 10 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 11 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 12 | <modelVersion>4.0.0</modelVersion> |
| 13 | <parent> |
| 14 | <groupId>org.onosproject</groupId> |
| 15 | <artifactId>onos-ovsdb</artifactId> |
Brian O'Connor | e8bcb70 | 2015-09-04 23:55:47 -0700 | [diff] [blame] | 16 | <version>1.3.0-SNAPSHOT</version> |
lishuai | 91d986c | 2015-07-28 09:45:20 +0800 | [diff] [blame] | 17 | <relativePath>../pom.xml</relativePath> |
| 18 | </parent> |
| 19 | <artifactId>onos-ovsdb-rfc</artifactId> |
| 20 | <packaging>bundle</packaging> |
| 21 | |
| 22 | <dependencies> |
| 23 | <dependency> |
| 24 | <groupId>org.apache.felix</groupId> |
| 25 | <artifactId>org.apache.felix.scr.annotations</artifactId> |
| 26 | </dependency> |
| 27 | <dependency> |
| 28 | <groupId>org.osgi</groupId> |
| 29 | <artifactId>org.osgi.compendium</artifactId> |
| 30 | </dependency> |
| 31 | </dependencies> |
| 32 | |
| 33 | <build> |
| 34 | <plugins> |
| 35 | <plugin> |
| 36 | <groupId>org.apache.felix</groupId> |
| 37 | <artifactId>maven-scr-plugin</artifactId> |
| 38 | </plugin> |
| 39 | </plugins> |
| 40 | </build> |
| 41 | |
| 42 | </project> |