Few Sonar Fixes
[cps.git] / cps-rest / pom.xml
old mode 100644 (file)
new mode 100755 (executable)
index 3c92a4e..f2f643a
             <artifactId>commons-lang3</artifactId>\r
         </dependency>\r
         <dependency>\r
-            <groupId>org.springframework.boot</groupId>\r
-            <artifactId>spring-boot-starter-test</artifactId>\r
-            <scope>test</scope>\r
-            <exclusions>\r
-                <exclusion>\r
-                    <groupId>org.junit.vintage</groupId>\r
-                    <artifactId>junit-vintage-engine</artifactId>\r
-                </exclusion>\r
-            </exclusions>\r
+            <groupId>org.modelmapper</groupId>\r
+            <artifactId>modelmapper</artifactId>\r
         </dependency>\r
         <!-- T E S T   D E P E N D E N C I E S -->\r
         <dependency>\r
             <artifactId>spock-core</artifactId>\r
             <scope>test</scope>\r
         </dependency>\r
+        <dependency>\r
+            <groupId>org.spockframework</groupId>\r
+            <artifactId>spock-spring</artifactId>\r
+            <scope>test</scope>\r
+        </dependency>\r
         <dependency>\r
             <groupId>cglib</groupId>\r
             <artifactId>cglib-nodep</artifactId>\r
             <scope>test</scope>\r
         </dependency>\r
+        <dependency>\r
+            <groupId>org.springframework.boot</groupId>\r
+            <artifactId>spring-boot-starter-test</artifactId>\r
+            <scope>test</scope>\r
+            <exclusions>\r
+                <exclusion>\r
+                    <groupId>org.junit.vintage</groupId>\r
+                    <artifactId>junit-vintage-engine</artifactId>\r
+                </exclusion>\r
+            </exclusions>\r
+        </dependency>\r
     </dependencies>\r
 \r
     <build>\r
                 <groupId>org.springframework.boot</groupId>\r
                 <artifactId>spring-boot-maven-plugin</artifactId>\r
             </plugin>\r
+            <plugin>\r
+                <groupId>com.google.cloud.tools</groupId>\r
+                <artifactId>jib-maven-plugin</artifactId>\r
+            </plugin>\r
             <!-- Swagger code generation. -->\r
             <plugin>\r
                 <groupId>io.swagger.codegen.v3</groupId>\r