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.0-SNAPSHOT</version>
8 <relativePath>../../../opendaylight/commons/opendaylight</relativePath>
11 <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
12 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
13 <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
17 <groupId>org.opendaylight.controller</groupId>
18 <artifactId>northboundtest</artifactId>
19 <version>0.4.0-SNAPSHOT</version>
20 <packaging>bundle</packaging>
25 <groupId>org.apache.felix</groupId>
26 <artifactId>maven-bundle-plugin</artifactId>
27 <version>${bundle.plugin.version}</version>
28 <extensions>true</extensions>
32 org.opendaylight.controller.sal.core,
33 org.eclipse.osgi.framework.console,
40 org.opendaylight.controller.northboundtest.unittestsuite.internal.Activator
51 <groupId>org.opendaylight.controller</groupId>
52 <artifactId>sal</artifactId>