Base integration of Binding Aware Broker with Config Subsystem
[controller.git] / opendaylight / md-sal / samples / toaster-it / pom.xml
index f0e3c1a1addb1c85294ea8bb09708b5397f2faa5..f66bfd4b74aafecec742cf803ee58688edc70eb1 100644 (file)
                 </executions>
             </plugin>
             <plugin>
-                   <groupId>org.jacoco</groupId>
-                   <artifactId>jacoco-maven-plugin</artifactId>
-                   <configuration>
-                     <includes>org.opendaylight.controller.*</includes>
-                   </configuration>
-                   <executions>
-                     <execution>
-                       <id>pre-test</id>
-                       <goals>
-                         <goal>prepare-agent</goal>
-                       </goals>
-                     </execution>
-                     <execution>
-                       <id>post-test</id>
-                       <phase>test</phase>
-                       <goals>
-                         <goal>report</goal>
-                       </goals>
-                     </execution>
-                   </executions>
-               </plugin>
+                <groupId>org.jacoco</groupId>
+                <artifactId>jacoco-maven-plugin</artifactId>
+                <configuration>
+                    <includes>org.opendaylight.controller.*</includes>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>pre-test</id>
+                        <goals>
+                            <goal>prepare-agent</goal>
+                        </goals>
+                    </execution>
+                    <execution>
+                        <id>post-test</id>
+                        <phase>test</phase>
+                        <goals>
+                            <goal>report</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
         <pluginManagement>
             <plugins>
-                <!--This plugin's configuration is used to store Eclipse m2e settings 
-                    only. It has no influence on the Maven build itself. -->
+                <!--This plugin's configuration is used to store Eclipse 
+                    m2e settings only. It has no influence on the Maven build itself. -->
                 <plugin>
                     <groupId>org.eclipse.m2e</groupId>
                     <artifactId>lifecycle-mapping</artifactId>
             <version>${exam.version}</version>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>config-manager</artifactId>
+            <version>0.2.2-SNAPSHOT</version>
+        </dependency>
         <dependency>
             <groupId>equinoxSDK381</groupId>
             <artifactId>org.eclipse.osgi</artifactId>