UserManager as role coordinator
[controller.git] / opendaylight / usermanager / pom.xml
index eea85e25eaaa1f85742b5959b84dc9e534e346fb..1859e8ed4c5d6b0fe2bfdc3b26bc2be6a8ec655f 100644 (file)
@@ -1,91 +1,89 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-       xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-       <modelVersion>4.0.0</modelVersion>
-       <parent>
-               <groupId>org.opendaylight.controller</groupId>
-               <artifactId>commons.opendaylight</artifactId>
-               <version>1.4.0-SNAPSHOT</version>
-               <relativePath>../commons/opendaylight</relativePath>
-       </parent>
+<?xml version="1.0" encoding="UTF-8"?> <project
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.opendaylight.controller</groupId>
+    <artifactId>commons.opendaylight</artifactId>
+    <version>1.4.0-SNAPSHOT</version>
+    <relativePath>../commons/opendaylight</relativePath>
+  </parent>
 
-       <groupId>org.opendaylight.controller</groupId>
-       <artifactId>usermanager</artifactId>
-       <version>0.4.0-SNAPSHOT</version>
-       <packaging>bundle</packaging>
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <version>2.3.6</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <instructions>
-                                               <Import-Package>
-                                                       org.opendaylight.controller.clustering.services,
-                                                       org.opendaylight.controller.configuration,
-                                                       org.opendaylight.controller.sal.authorization,
-                                                       org.opendaylight.controller.sal.core,
-                                                       org.opendaylight.controller.sal.packet,
-                                                       org.opendaylight.controller.sal.utils,
-                                                       org.opendaylight.controller.switchmanager,
-                                                       org.opendaylight.controller.containermanager,
-                                                       org.slf4j,
-                                                       org.eclipse.osgi.framework.console,
-                                                       org.osgi.framework,
-                                                       org.apache.felix.dm,
-                                                       org.apache.commons.lang3.builder,
-                                                       org.apache.commons.logging,
-                                                       javax.servlet,
-                                                       javax.servlet.http,
-                                                       org.springframework.security.web.context,
-                                                       org.springframework.security.core,
-                                                       org.springframework.security.core.context,
-                                                       org.apache.commons.lang3,
-                                                       org.springframework.security.authentication,
-                                                       org.springframework.security.core.authority,
-                                                       org.springframework.security.core.userdetails
-
-                                               </Import-Package>
-                                               <Export-Package>
-                                                       org.opendaylight.controller.usermanager,
-                                                       org.opendaylight.controller.usermanager.internal                                                
-                                               </Export-Package>
-                                               <Bundle-Activator>
-                                                       org.opendaylight.controller.usermanager.internal.Activator
-                                               </Bundle-Activator>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-       <dependencies>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>switchmanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>containermanager</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>clustering.services</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>configuration</artifactId>
-                       <version>0.4.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.opendaylight.controller</groupId>
-                       <artifactId>sal</artifactId>
-                       <version>0.5.0-SNAPSHOT</version>
-               </dependency>
-       </dependencies>
+  <artifactId>usermanager</artifactId>
+  <version>0.4.0-SNAPSHOT</version>
+  <packaging>bundle</packaging>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>2.3.6</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Import-Package>
+              org.opendaylight.controller.clustering.services,
+              org.opendaylight.controller.configuration,
+              org.opendaylight.controller.sal.authorization,
+              org.opendaylight.controller.sal.core,
+              org.opendaylight.controller.sal.packet,
+              org.opendaylight.controller.sal.utils,
+              org.opendaylight.controller.switchmanager,
+              org.opendaylight.controller.containermanager,
+              org.slf4j,
+              org.eclipse.osgi.framework.console,
+              org.osgi.framework,
+              org.apache.felix.dm,
+              org.apache.commons.lang3.builder,
+              org.apache.commons.logging,
+              javax.servlet,
+              javax.servlet.http,
+              org.springframework.security.web.context,
+              org.springframework.security.core,
+              org.springframework.security.core.context,
+              org.apache.commons.lang3,
+              org.springframework.security.authentication,
+              org.springframework.security.core.authority,
+              org.springframework.security.core.userdetails
+            </Import-Package>
+            <Export-Package>
+              org.opendaylight.controller.usermanager,
+              org.opendaylight.controller.usermanager.internal
+            </Export-Package>
+            <Bundle-Activator>
+              org.opendaylight.controller.usermanager.internal.Activator
+            </Bundle-Activator>
+          </instructions>
+          <manifestLocation>${project.basedir}/META-INF</manifestLocation>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>switchmanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>containermanager</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>clustering.services</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>configuration</artifactId>
+      <version>0.4.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal</artifactId>
+      <version>0.5.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
 </project>