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>flowprogrammer.northbound</artifactId>
12 <version>0.4.2-SNAPSHOT</version>
13 <packaging>bundle</packaging>
16 <groupId>junit</groupId>
17 <artifactId>junit</artifactId>
20 <groupId>org.codehaus.enunciate</groupId>
21 <artifactId>enunciate-core-annotations</artifactId>
24 <groupId>org.opendaylight.controller</groupId>
25 <artifactId>commons.northbound</artifactId>
28 <groupId>org.opendaylight.controller</groupId>
29 <artifactId>containermanager</artifactId>
32 <groupId>org.opendaylight.controller</groupId>
33 <artifactId>forwardingrulesmanager</artifactId>
36 <groupId>org.opendaylight.controller</groupId>
37 <artifactId>sal</artifactId>
40 <groupId>org.opendaylight.controller</groupId>
41 <artifactId>switchmanager</artifactId>
47 <groupId>org.apache.felix</groupId>
48 <artifactId>maven-bundle-plugin</artifactId>
49 <version>${bundle.plugin.version}</version>
50 <extensions>true</extensions>
53 <Import-Package>org.opendaylight.controller.forwardingrulesmanager,
54 org.opendaylight.controller.sal.core,
55 org.opendaylight.controller.sal.utils,
56 org.opendaylight.controller.containermanager,
57 org.opendaylight.controller.switchmanager,
58 org.opendaylight.controller.northbound.commons,
59 org.opendaylight.controller.northbound.commons.exception,
60 org.opendaylight.controller.northbound.commons.utils,
61 org.opendaylight.controller.sal.authorization,
62 org.opendaylight.controller.usermanager,
63 com.sun.jersey.spi.container.servlet,
64 org.apache.catalina.filters,
67 javax.xml.bind.annotation,
70 com.fasterxml.jackson.jaxrs.base,
71 com.fasterxml.jackson.jaxrs.json,
72 !org.codehaus.enunciate.jaxrs</Import-Package>
73 <Export-Package></Export-Package>
74 <Web-ContextPath>/controller/nb/v2/flowprogrammer</Web-ContextPath>
75 <Jaxrs-Resources>,${classes;ANNOTATION;javax.ws.rs.Path}</Jaxrs-Resources>
77 <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>
81 <groupId>org.codehaus.enunciate</groupId>
82 <artifactId>maven-enunciate-plugin</artifactId>
85 <groupId>org.opendaylight.controller</groupId>
86 <artifactId>sal</artifactId>
87 <version>${sal.version}</version>
94 <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
95 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
97 <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>