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"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
6 <groupId>org.opendaylight.controller</groupId>
7 <artifactId>commons.opendaylight</artifactId>
8 <version>1.4.1-SNAPSHOT</version>
9 <relativePath>../../commons/opendaylight</relativePath>
12 <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
13 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
14 <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>
18 <artifactId>logging.bridge</artifactId>
19 <version>0.4.1-SNAPSHOT</version>
20 <packaging>bundle</packaging>
24 <groupId>org.slf4j</groupId>
25 <artifactId>slf4j-api</artifactId>
28 <groupId>equinoxSDK381</groupId>
29 <artifactId>org.eclipse.osgi</artifactId>
36 <groupId>org.apache.felix</groupId>
37 <artifactId>maven-bundle-plugin</artifactId>
38 <version>${bundle.plugin.version}</version>
39 <extensions>true</extensions>
48 org.opendaylight.controller.logging.bridge.internal.Activator
51 <manifestLocation>${project.basedir}/META-INF</manifestLocation>