1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
5 <groupId>org.opendaylight.controller</groupId>
6 <artifactId>commons.opendaylight</artifactId>
7 <version>1.4.2-SNAPSHOT</version>
8 <relativePath>../../commons/opendaylight</relativePath>
11 <artifactId>connectionmanager.northbound</artifactId>
12 <version>0.1.2-SNAPSHOT</version>
13 <packaging>bundle</packaging>
16 <groupId>org.codehaus.enunciate</groupId>
17 <artifactId>enunciate-core-annotations</artifactId>
20 <groupId>org.opendaylight.controller</groupId>
21 <artifactId>commons.northbound</artifactId>
24 <groupId>org.opendaylight.controller</groupId>
25 <artifactId>connectionmanager</artifactId>
28 <groupId>org.opendaylight.controller</groupId>
29 <artifactId>containermanager</artifactId>
32 <groupId>org.opendaylight.controller</groupId>
33 <artifactId>sal</artifactId>
36 <groupId>org.opendaylight.controller</groupId>
37 <artifactId>sal.connection</artifactId>
43 <groupId>org.apache.felix</groupId>
44 <artifactId>maven-bundle-plugin</artifactId>
45 <extensions>true</extensions>
48 <Export-Package></Export-Package>
49 <Import-Package>org.opendaylight.controller.sal.core,
50 org.opendaylight.controller.sal.utils,
51 org.opendaylight.controller.containermanager,
52 org.opendaylight.controller.usermanager,
53 com.sun.jersey.spi.container.servlet,
54 org.opendaylight.controller.northbound.commons,
55 org.opendaylight.controller.northbound.commons.exception,
56 org.opendaylight.controller.northbound.commons.utils,
57 org.opendaylight.controller.northbound.commons.query,
58 org.opendaylight.controller.sal.authorization,
59 org.opendaylight.controller.connectionmanager,
60 org.opendaylight.controller.sal.connection,
65 javax.xml.bind.annotation,
67 org.apache.catalina.filters,
68 com.fasterxml.jackson.jaxrs.base,
69 com.fasterxml.jackson.jaxrs.json,
70 !org.codehaus.enunciate.jaxrs</Import-Package>
71 <Export-Package></Export-Package>
72 <Web-ContextPath>/controller/nb/v2/connectionmanager</Web-ContextPath>
73 <Jaxrs-Resources>,${classes;ANNOTATION;javax.ws.rs.Path}</Jaxrs-Resources>
75 <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
79 <groupId>org.codehaus.enunciate</groupId>
80 <artifactId>maven-enunciate-plugin</artifactId>
83 <groupId>org.opendaylight.controller</groupId>
84 <artifactId>sal</artifactId>
85 <version>${sal.version}</version>
92 <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
93 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
95 <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>