]> jfr.im git - irc/rizon/acid.git/blobdiff - acid/pom.xml
Expand shortened urls without relying on any third-party service
[irc/rizon/acid.git] / acid / pom.xml
index 2ef8e2de8d61fd8d85e13fddedcef00897bafe87..e228316ca20be611971d4894c6c8d27c5347a566 100644 (file)
@@ -5,15 +5,11 @@
   
   <parent>
     <groupId>net.rizon</groupId>
-    <artifactId>parent</artifactId>
+    <artifactId>acid</artifactId>
     <version>4.0-SNAPSHOT</version>
   </parent>
   
-  <groupId>net.rizon</groupId>
-  <artifactId>acid</artifactId>
-  <version>4.0-SNAPSHOT</version>
-  <name>acid</name>
-  <packaging>jar</packaging>
+  <artifactId>acid-acid</artifactId>
 
   <dependencies>
     <dependency>
       <artifactId>snakeyaml</artifactId>
       <version>1.11</version>
     </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.11</version>
+      <scope>test</scope>
+      <type>jar</type>
+    </dependency>
   </dependencies>
 
   <build>