VES Heartbeat and Software Management Feature
[oam/tr069-adapter.git] / mapper / pom.xml
index e0fad64..cfce5a3 100644 (file)
          <artifactId>acs-common</artifactId>\r
          <version>1.0.0</version>\r
       </dependency>\r
+      <dependency>\r
+               <groupId>org.mariadb.jdbc</groupId>\r
+               <artifactId>mariadb-java-client</artifactId>\r
+       </dependency>\r
+       <dependency>\r
+                       <groupId>org.springframework.boot</groupId>\r
+                       <artifactId>spring-boot-starter-data-jpa</artifactId>\r
+               </dependency>\r
       <dependency>\r
          <groupId>commons-io</groupId>\r
          <artifactId>commons-io</artifactId>\r
          <artifactId>spring-boot-starter-test</artifactId>\r
          <scope>test</scope>\r
       </dependency>\r
+      <dependency>\r
+         <groupId>com.h2database</groupId>\r
+         <artifactId>h2</artifactId>\r
+         <scope>test</scope>\r
+      </dependency>\r
    </dependencies>\r
    <build>\r
       <plugins>\r
                <configFile>${project.parent.basedir}/eclipse-formatter.xml</configFile>\r
             </configuration>\r
             <!-- https://code.revelc.net/formatter-maven-plugin/ use mvn formatter:format \r
-                               spotless:apply process-sources -->\r
+                                       spotless:apply process-sources -->\r
          </plugin>\r
          <plugin>\r
             <groupId>com.diffplug.spotless</groupId>\r
                </java>\r
             </configuration>\r
             <!-- https://github.com/diffplug/spotless/tree/master/plugin-maven use \r
-                               mvn spotless:apply to rewrite source files use mvn spotless:check to validate \r
-                               source files -->\r
+                                       mvn spotless:apply to rewrite source files use mvn spotless:check to validate \r
+                                       source files -->\r
          </plugin>\r
          <plugin>\r
             <groupId>org.apache.maven.plugins</groupId>\r
                      <pullRegistry>${env.CONTAINER_PULL_REGISTRY}</pullRegistry>\r
                      <images>\r
                         <image>\r
-                           <name>${docker.image.name}</name>\r
+                           <name>${docker.image.name}:${build.version}</name>\r
                            <build>\r
                               <cleanup>try</cleanup>\r
                               <contextDir>${basedir}</contextDir>\r