Move config-parent to aggregator POM
[lispflowmapping.git] / commons / unittest_tools / pom.xml
index 8c722e3c01ff5b0076fe8ca58a5e0b86f5308e97..c7cf9f3f99a57fc19fa3a596c0e70cca86ba31af 100644 (file)
@@ -1,42 +1,45 @@
 <?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.lispflowmapping</groupId>
-               <artifactId>lispflowmapping-code-commons</artifactId>
-               <version>0.1.0-SNAPSHOT</version>
-               <relativePath>../code-parent</relativePath>
-       </parent>
-       <artifactId>common.unittest.tools</artifactId>
-       <version>0.1.0-SNAPSHOT</version>
-       <packaging>jar</packaging>
-       <dependencies>
-               <dependency>
-                       <groupId>equinoxSDK381</groupId>
-                       <artifactId>org.eclipse.osgi</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.hamcrest</groupId>
-                       <artifactId>hamcrest-core</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-               </dependency>
+<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">
+  <modelVersion>4.0.0</modelVersion>
 
-               <dependency>
-                       <groupId>org.jmock</groupId>
-                       <artifactId>jmock-junit4</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>org.jmock</groupId>
-                       <artifactId>jmock-legacy</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>junit-addons</groupId>
-                       <artifactId>junit-addons</artifactId>
-               </dependency>
-       </dependencies>
+  <parent>
+    <groupId>org.opendaylight.lispflowmapping</groupId>
+    <artifactId>lispflowmapping-commons</artifactId>
+    <version>1.3.0-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
+  </parent>
+
+  <artifactId>common.unittest.tools</artifactId>
+  <name>Unit Test Tools</name>
+
+  <dependencies>
+    <dependency>
+      <groupId>equinoxSDK381</groupId>
+      <artifactId>org.eclipse.osgi</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit-addons</groupId>
+      <artifactId>junit-addons</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jmock</groupId>
+      <artifactId>jmock-junit4</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.jmock</groupId>
+      <artifactId>jmock-legacy</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+    </dependency>
+  </dependencies>
 </project>