fix pom 67/26867/2
authorMichael Lando <ml636r@att.com>
Mon, 25 Dec 2017 18:07:37 +0000 (20:07 +0200)
committerMichael Lando <ml636r@att.com>
Mon, 25 Dec 2017 19:06:44 +0000 (19:06 +0000)
Change-Id: I159f5de10d16d018d63c020115a5231716826c99
Issue-ID: SDC-777
Signed-off-by: Michael Lando <ml636r@att.com>
asdc-tests/pom.xml
asdctool/pom.xml
catalog-be/pom.xml
catalog-dao/pom.xml
catalog-fe/pom.xml
catalog-model/pom.xml
common-app-api/pom.xml
pom.xml
test-apis-ci/pom.xml

index 9cc5898..a1af441 100644 (file)
@@ -48,6 +48,7 @@
                <dependency>
                        <groupId>org.mockito</groupId>
                        <artifactId>mockito-core</artifactId>
+                       <version>${mockito.version}</version>
                        <scope>compile</scope>
                </dependency>
 
index f4918fd..d8603d1 100644 (file)
                <dependency>
                        <groupId>org.mockito</groupId>
                        <artifactId>mockito-core</artifactId>
+                       <version>${mockito.version}</version>
                        <scope>test</scope>
                </dependency>
                <!-- testing end -->
index 73194b6..fe0cef7 100644 (file)
                <dependency>
                        <groupId>org.mockito</groupId>
                        <artifactId>mockito-core</artifactId>
+                       <version>${mockito.version}</version>
                        <scope>test</scope>
                </dependency>
 
                <dependency>
                        <groupId>org.assertj</groupId>
                        <artifactId>assertj-core</artifactId>
+            <version>${assertj.version}</version>
                        <scope>test</scope>
                </dependency>
 
index 3c970d5..af4f76c 100644 (file)
                <dependency>
                        <groupId>org.mockito</groupId>
                        <artifactId>mockito-core</artifactId>
+                       <version>${mockito.version}</version>
                        <scope>test</scope>
                </dependency>
 
index b51ebd3..cc3be33 100644 (file)
                <dependency>
                        <groupId>org.mockito</groupId>
                        <artifactId>mockito-core</artifactId>
+                       <version>${mockito.version}</version>
                        <scope>test</scope>
                </dependency>
 
index e8c0c23..8b0786f 100644 (file)
                <dependency>
                        <groupId>org.mockito</groupId>
                        <artifactId>mockito-core</artifactId>
+                       <version>${mockito.version}</version>
                        <scope>test</scope>
                </dependency>
 
index 3373bf6..3057765 100644 (file)
                <dependency>
                        <groupId>org.mockito</groupId>
                        <artifactId>mockito-core</artifactId>
+                       <version>${mockito.version}</version>
                        <scope>test</scope>
                </dependency>
 
diff --git a/pom.xml b/pom.xml
index 25d58ca..26e44db 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
        </properties>
 
-       <dependencyManagement>
-               <dependencies>
-                       <dependency>
-                               <groupId>org.assertj</groupId>
-                               <artifactId>assertj-core</artifactId>
-                               <version>${assertj.version}</version>
-                       </dependency>
-
-                       <dependency>
-                               <groupId>org.mockito</groupId>
-                               <artifactId>mockito-core</artifactId>
-                               <version>${mockito.version}</version>
-                       </dependency>
-               </dependencies>
-       </dependencyManagement>
-
        <reporting>
                <plugins>
                        <plugin>
                        </properties>
                </profile>
 
-               <profile>
-                       <id>catalog-be</id>
-                       <activation>
-                               <activeByDefault>false</activeByDefault>
-                       </activation>
-                       <modules>
-                               <module>security-utils</module>
-                               <module>common-app-api</module>
-                               <module>common-be</module>
-                               <module>catalog-dao</module>
-                               <module>catalog-model</module>
-                               <module>catalog-be</module>
-                       </modules>
-                       <properties>
-                               <ecomp.version>1.2.7</ecomp.version>
-                               <artifact-generator-api.version>1710.0.0</artifact-generator-api.version>
-                               <artifact-generator-core.version>1710.0.0</artifact-generator-core.version>
-                               <dox-common-lib.version>1710.0.0</dox-common-lib.version>
-                               <sdc-tosca-parser.version>1.1.14</sdc-tosca-parser.version>
-                       </properties>
-               </profile>
                <profile>
                        <id>onboarding</id>
                        <activation>
index e5eb6ac..59dc3fd 100644 (file)
@@ -47,6 +47,7 @@
                <dependency>
                        <groupId>org.mockito</groupId>
                        <artifactId>mockito-core</artifactId>
+                       <version>${mockito.version}</version>
                        <scope>test</scope>
                </dependency>