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