VES Heartbeat and Software Management Feature
[oam/tr069-adapter.git] / ves-agent / pom.xml
index 30c9fdc..3991c27 100644 (file)
          <artifactId>spring-boot-starter-test</artifactId>\r
          <scope>test</scope>\r
       </dependency>\r
+      <dependency>\r
+         <groupId>org.springframework.boot</groupId>\r
+         <artifactId>spring-boot-starter-data-jpa</artifactId>\r
+      </dependency>\r
       <dependency>\r
          <groupId>junit</groupId>\r
          <artifactId>junit</artifactId>\r
          <version>4.11</version>\r
          <scope>test</scope>\r
       </dependency>\r
+      <dependency>\r
+         <groupId>com.h2database</groupId>\r
+         <artifactId>h2</artifactId>\r
+         <scope>test</scope>\r
+      </dependency>\r
       <dependency>\r
          <groupId>org.springframework.cloud</groupId>\r
          <artifactId>spring-cloud-starter-kubernetes-config</artifactId>\r
          <version>1.0.0</version>\r
          <classifier>lib</classifier>\r
       </dependency>\r
+      <dependency>\r
+         <groupId>org.mariadb.jdbc</groupId>\r
+         <artifactId>mariadb-java-client</artifactId>\r
+      </dependency>\r
+      <dependency>\r
+         <groupId>com.googlecode.json-simple</groupId>\r
+         <artifactId>json-simple</artifactId>\r
+         <version>1.1</version>\r
+      </dependency>\r
    </dependencies>\r
    <build>\r
       <plugins>\r
          <plugin>\r
             <groupId>org.apache.maven.plugins</groupId>\r
             <artifactId>maven-surefire-plugin</artifactId>\r
-             <version>2.17</version>\r
+            <version>2.17</version>\r
             <configuration>\r
                <skipTests>false</skipTests>\r
             </configuration>\r
                   <phase>package</phase>\r
                   <goals>\r
                      <goal>build</goal>\r
-                                <goal>save</goal>\r
+                     <goal>save</goal>\r
                   </goals>\r
                   <configuration>\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