fb96928745978c4e5e427a48bbb9b249a40996ed
[controller.git] / opendaylight / usermanager / implementation / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?> <project
2   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3   xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4   <modelVersion>4.0.0</modelVersion>
5   <parent>
6     <groupId>org.opendaylight.controller</groupId>
7     <artifactId>commons.opendaylight</artifactId>
8     <version>1.4.0-SNAPSHOT</version>
9     <relativePath>../../commons/opendaylight</relativePath>
10   </parent>
11   <scm>
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>
15   </scm>
16
17   <artifactId>usermanager.implementation</artifactId>
18   <version>0.4.0-SNAPSHOT</version>
19   <packaging>bundle</packaging>
20   <build>
21     <plugins>
22       <plugin>
23         <groupId>org.apache.felix</groupId>
24         <artifactId>maven-bundle-plugin</artifactId>
25         <version>2.3.6</version>
26         <extensions>true</extensions>
27         <configuration>
28           <instructions>
29             <Import-Package>
30               org.opendaylight.controller.clustering.services,
31               org.opendaylight.controller.configuration,
32               org.opendaylight.controller.sal.authorization,
33               org.opendaylight.controller.sal.core,
34               org.opendaylight.controller.sal.packet,
35               org.opendaylight.controller.sal.utils,
36               org.opendaylight.controller.containermanager,
37               org.slf4j,
38               org.eclipse.osgi.framework.console,
39               org.osgi.framework,
40               org.apache.felix.dm,
41               org.apache.commons.lang3.builder,
42               org.apache.commons.logging,
43               javax.servlet,
44               javax.servlet.http,
45               org.springframework.security.web.context,
46               org.springframework.security.core,
47               org.springframework.security.core.context,
48               org.apache.commons.lang3,
49               org.springframework.security.authentication,
50               org.springframework.security.core.authority,
51               org.springframework.security.core.userdetails,
52               org.opendaylight.controller.usermanager
53             </Import-Package>
54             <Export-Package>
55 <!--
56               org.opendaylight.controller.usermanager,
57               org.opendaylight.controller.usermanager.internal
58  -->
59              </Export-Package>
60             <Bundle-Activator>
61               org.opendaylight.controller.usermanager.internal.Activator
62             </Bundle-Activator>
63           </instructions>
64           <manifestLocation>${project.basedir}/META-INF</manifestLocation>
65         </configuration>
66       </plugin>
67     </plugins>
68   </build>
69   <dependencies>
70     <dependency>
71       <groupId>org.opendaylight.controller</groupId>
72       <artifactId>usermanager</artifactId>
73       <version>0.4.0-SNAPSHOT</version>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.controller</groupId>
77       <artifactId>containermanager</artifactId>
78       <version>0.4.0-SNAPSHOT</version>
79     </dependency>
80     <dependency>
81       <groupId>org.opendaylight.controller</groupId>
82       <artifactId>clustering.services</artifactId>
83       <version>0.4.0-SNAPSHOT</version>
84     </dependency>
85     <dependency>
86       <groupId>org.opendaylight.controller</groupId>
87       <artifactId>configuration</artifactId>
88       <version>0.4.0-SNAPSHOT</version>
89     </dependency>
90     <dependency>
91       <groupId>org.opendaylight.controller</groupId>
92       <artifactId>sal</artifactId>
93       <version>0.5.0-SNAPSHOT</version>
94     </dependency>
95   </dependencies>
96 </project>