blob: 856ddf07fe20c7b9bb30ee1fc0f7184259933f18 [file] [log] [blame]
lishuai91d986c2015-07-28 09:45:20 +08001<?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'Connore8bcb702015-09-04 23:55:47 -070016 <version>1.3.0-SNAPSHOT</version>
lishuai91d986c2015-07-28 09:45:20 +080017 <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>