905fd1e13eda0979af5380b527fc2caf103e6071
[neutron.git] / neutron-logger / pom.xml
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>
4
5   <parent>
6     <groupId>org.opendaylight.neutron</groupId>
7     <artifactId>project-neutron-parent</artifactId>
8     <version>0.11.0-SNAPSHOT</version>
9     <relativePath>../parent</relativePath>
10   </parent>
11
12   <groupId>org.opendaylight.neutron</groupId>
13   <artifactId>neutron-logger</artifactId>
14   <version>0.11.0-SNAPSHOT</version>
15   <packaging>bundle</packaging>
16   <!-- <name> formatting is used by autorelease to parse and notify projects on
17        build failure. Please do not modify this unless you have a good reason. -->
18   <name>ODL :: neutron :: ${project.artifactId}</name>
19   <dependencies>
20     <dependency>
21       <groupId>org.opendaylight.controller</groupId>
22       <artifactId>sal-binding-api</artifactId>
23     </dependency>
24     <dependency>
25       <groupId>org.opendaylight.neutron</groupId>
26       <artifactId>model</artifactId>
27       <version>${project.version}</version>
28     </dependency>
29     <dependency>
30       <groupId>org.osgi</groupId>
31       <artifactId>org.osgi.core</artifactId>
32     </dependency>
33     <dependency>
34       <groupId>org.slf4j</groupId>
35       <artifactId>slf4j-api</artifactId>
36     </dependency>
37     <dependency>
38       <groupId>javax.inject</groupId>
39       <artifactId>javax.inject</artifactId>
40     </dependency>
41   </dependencies>
42   <build>
43     <plugins>
44       <plugin>
45         <groupId>org.apache.aries.blueprint</groupId>
46         <artifactId>blueprint-maven-plugin</artifactId>
47       </plugin>
48     </plugins>
49   </build>
50   <scm>
51     <connection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</connection>
52     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/neutron.git</developerConnection>
53     <tag>HEAD</tag>
54     <url>https://wiki.opendaylight.org/view/NeutronNorthBound:Main</url>
55   </scm>
56 </project>