Formatting cleanup of POM files
[controller.git] / opendaylight / clustering / test / pom.xml
index 161e7a918234e89dd308bd22f6848af0539c3a85..695e939cd3c7b79a20a55de910d0a3c4efead2f8 100644 (file)
   <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.slf4j,
-              javax.transaction,
-              org.eclipse.osgi.framework.console,
-              ch.qos.logback.classic,
-              org.opendaylight.controller.clustering.services
-            </Import-Package>
-            <Service-Component>
-              OSGI-INF/component.xml
-            </Service-Component>
-         </instructions>
+  <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.slf4j,
+            javax.transaction,
+            org.eclipse.osgi.framework.console,
+            ch.qos.logback.classic,
+            org.opendaylight.controller.clustering.services
+          </Import-Package>
+          <Service-Component>
+            OSGI-INF/component.xml
+          </Service-Component>
+        </instructions>
         <manifestLocation>${project.basedir}/META-INF</manifestLocation>
-       </configuration>
-      </plugin>
-    </plugins>
+      </configuration>
+    </plugin>
+  </plugins>
   </build>
   <dependencies>
     <dependency>