1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (C) 2014 Red Hat, Inc. and others. All rights reserved.
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 and is available at http://www.eclipse.org/legal/epl-v10.html
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12 <modelVersion>4.0.0</modelVersion>
15 <groupId>org.opendaylight.ovsdb</groupId>
16 <artifactId>commons</artifactId>
17 <version>1.3.0-SNAPSHOT</version>
18 <relativePath>../commons/parent</relativePath>
21 <artifactId>northbound</artifactId>
22 <version>0.7.0-SNAPSHOT</version>
23 <packaging>bundle</packaging>
27 <groupId>com.fasterxml.jackson.core</groupId>
28 <artifactId>jackson-core</artifactId>
31 <groupId>com.fasterxml.jackson.core</groupId>
32 <artifactId>jackson-databind</artifactId>
35 <groupId>org.codehaus.enunciate</groupId>
36 <artifactId>enunciate-core-annotations</artifactId>
39 <groupId>org.mockito</groupId>
40 <artifactId>mockito-core</artifactId>
44 <groupId>org.powermock</groupId>
45 <artifactId>powermock-api-mockito</artifactId>
49 <groupId>org.powermock</groupId>
50 <artifactId>powermock-core</artifactId>
54 <groupId>org.powermock</groupId>
55 <artifactId>powermock-module-junit4</artifactId>
59 <groupId>org.opendaylight.controller</groupId>
60 <artifactId>commons.northbound</artifactId>
63 <groupId>org.opendaylight.controller</groupId>
64 <artifactId>sal</artifactId>
67 <groupId>org.opendaylight.ovsdb</groupId>
68 <artifactId>library</artifactId>
71 <groupId>org.opendaylight.ovsdb</groupId>
72 <artifactId>plugin</artifactId>
75 <groupId>org.opendaylight.ovsdb</groupId>
76 <artifactId>utils.servicehelper</artifactId>
79 <groupId>com.google.guava</groupId>
80 <artifactId>guava</artifactId>
83 <groupId>com.sun.jersey</groupId>
84 <artifactId>jersey-core</artifactId>
87 <groupId>org.slf4j</groupId>
88 <artifactId>slf4j-api</artifactId>
91 <groupId>org.slf4j</groupId>
92 <artifactId>slf4j-simple</artifactId>
95 <groupId>junit</groupId>
96 <artifactId>junit</artifactId>
104 <groupId>org.apache.felix</groupId>
105 <artifactId>maven-bundle-plugin</artifactId>
106 <version>${bundle.plugin.version}</version>
107 <extensions>true</extensions>
110 <Export-Package></Export-Package>
111 <Import-Package>org.opendaylight.controller.sal.utils,
112 org.opendaylight.controller.northbound.commons,
113 org.opendaylight.controller.northbound.commons.exception,
114 org.opendaylight.controller.northbound.commons.utils,
115 com.sun.jersey.spi.container.servlet,
116 org.opendaylight.controller.sal.core,
117 org.opendaylight.controller.sal.authorization,
118 org.opendaylight.ovsdb.plugin.api,
119 org.opendaylight.ovsdb.lib,
120 org.opendaylight.ovsdb.lib.jsonrpc,
121 org.opendaylight.ovsdb.lib.notation,
122 org.opendaylight.ovsdb.lib.operations,
123 org.opendaylight.ovsdb.lib.message,
124 org.opendaylight.ovsdb.lib.schema,
125 org.opendaylight.ovsdb.lib.schema.typed,
129 javax.xml.bind.annotation,
131 org.apache.catalina.filters,
132 !org.codehaus.enunciate.jaxrs,*</Import-Package>
133 <Export-Package></Export-Package>
134 <Web-ContextPath>/ovsdb/nb</Web-ContextPath>
135 <Jaxrs-Resources>,${classes;ANNOTATION;javax.ws.rs.Path}</Jaxrs-Resources>
137 <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
141 <groupId>org.apache.maven.plugins</groupId>
142 <artifactId>maven-checkstyle-plugin</artifactId>
145 <groupId>org.codehaus.enunciate</groupId>
146 <artifactId>maven-enunciate-plugin</artifactId>
147 <version>${enunciate.version}</version>
150 <groupId>org.jacoco</groupId>
151 <artifactId>jacoco-maven-plugin</artifactId>
157 <connection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</connection>
158 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/ovsdb.git</developerConnection>
160 <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>