Merge "Remove unused spring dependency and wrong version in web pom"
[controller.git] / opendaylight / networkconfiguration / neutron / implementation / pom.xml
1 <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">\r
2   <modelVersion>4.0.0</modelVersion>\r
3   <parent>\r
4     <groupId>org.opendaylight.controller</groupId>\r
5     <artifactId>commons.opendaylight</artifactId>\r
6     <version>1.4.0-SNAPSHOT</version>\r
7     <relativePath>../../../commons/opendaylight</relativePath>\r
8   </parent>\r
9       <properties>\r
10         <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>\r
11         <enunciate.version>1.26.2</enunciate.version>\r
12     </properties>\r
13 \r
14     <distributionManagement>\r
15         <!-- OpenDayLight Released artifact -->\r
16         <repository>\r
17             <id>opendaylight-release</id>\r
18             <url>${nexusproxy}/repositories/opendaylight.release/</url>\r
19         </repository>\r
20         <!-- OpenDayLight Snapshot artifact -->\r
21         <snapshotRepository>\r
22             <id>opendaylight-snapshot</id>\r
23             <url>${nexusproxy}/repositories/opendaylight.snapshot/</url>\r
24         </snapshotRepository>\r
25         <!-- Site deployment -->\r
26         <site>\r
27             <id>website</id>\r
28             <url>${sitedeploy}</url>\r
29         </site>\r
30     </distributionManagement>\r
31   <groupId>org.opendaylight.controller</groupId>\r
32   <artifactId>networkconfig.neutron.implementation</artifactId>\r
33   <version>0.4.0-SNAPSHOT</version>\r
34   <packaging>bundle</packaging>\r
35   <build>\r
36         <plugins>\r
37             <plugin>\r
38                 <groupId>org.apache.felix</groupId>\r
39                 <artifactId>maven-bundle-plugin</artifactId>\r
40                 <version>2.3.6</version>\r
41                 <extensions>true</extensions>\r
42                 <configuration>\r
43                     <instructions>\r
44                         <Import-Package>\r
45                             org.opendaylight.controller.clustering.services,\r
46                             org.opendaylight.controller.sal.core,\r
47                             org.opendaylight.controller.sal.utils,\r
48                             org.apache.felix.dm,\r
49                             org.apache.commons.net.util,\r
50                             org.osgi.service.component,\r
51                             org.opendaylight.controller.networkconfig.neutron,\r
52                             org.slf4j,\r
53                             javax.xml.bind.annotation\r
54                         </Import-Package>\r
55                         <Bundle-Activator>\r
56                             org.opendaylight.controller.networkconfig.neutron.implementation.Activator\r
57                         </Bundle-Activator>\r
58                     </instructions>\r
59                     <manifestLocation>${project.basedir}/src/main/resources/META-INF</manifestLocation>\r
60                 </configuration>\r
61             </plugin>\r
62         </plugins>\r
63     </build>\r
64      <dependencies>\r
65         <dependency>\r
66             <groupId>org.opendaylight.controller</groupId>\r
67             <artifactId>clustering.services</artifactId>\r
68             <version>0.4.0-SNAPSHOT</version>\r
69         </dependency>\r
70         <dependency>\r
71             <groupId>org.opendaylight.controller</groupId>\r
72             <artifactId>networkconfig.neutron</artifactId>\r
73             <version>0.4.0-SNAPSHOT</version>\r
74         </dependency>\r
75         <dependency>\r
76             <groupId>org.opendaylight.controller</groupId>\r
77             <artifactId>sal</artifactId>\r
78             <version>0.5.0-SNAPSHOT</version>\r
79         </dependency>\r
80     </dependencies>\r
81 </project>\r