[LIB-9] Rename chesshog-dbetude module
[chesshog.git] / chesshog-dbetude / pom.xml
similarity index 89%
rename from chesshog-db-etude/pom.xml
rename to chesshog-dbetude/pom.xml
index ea4b414..8a9e3f0 100644 (file)
@@ -27,7 +27,7 @@
         <version>0.1-SNAPSHOT</version>
     </parent>
 
-    <artifactId>chesshog-db-etude</artifactId>
+    <artifactId>chesshog-dbetude</artifactId>
     <version>0.1-SNAPSHOT</version>
     <packaging>jar</packaging>
 
@@ -41,6 +41,7 @@
         <hibernateCoreVersion>5.3.7.Final</hibernateCoreVersion>
         <hibernateJpaApiVersion>1.0.1.Final</hibernateJpaApiVersion>
         <mysqlVersion>8.0.13</mysqlVersion>
+        <groovyVersion>2.4.15</groovyVersion>
     </properties>
 
     <dependencies>
             <artifactId>mysql-connector-java</artifactId>
             <version>${mysqlVersion}</version>
         </dependency>
+        <dependency>
+            <groupId>org.codehaus.groovy</groupId>
+            <artifactId>groovy-all</artifactId>
+            <version>${groovyVersion}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
 </project>
\ No newline at end of file