diff options
author | Michael Lando <ml636r@att.com> | 2017-12-25 20:07:37 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-12-25 19:06:44 +0000 |
commit | ce868e6a5ffd8b2e70799b6cd69e1cfce9887a61 (patch) | |
tree | 7f3c3bc584dd61445d764bc818da0b803822fad9 /pom.xml | |
parent | 7b9ef5920d732106337338e65dd92feda1d05731 (diff) |
fix pom
Change-Id: I159f5de10d16d018d63c020115a5231716826c99
Issue-ID: SDC-777
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 37 |
1 files changed, 0 insertions, 37 deletions
@@ -130,22 +130,6 @@ <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> @@ -366,27 +350,6 @@ </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> <activeByDefault>false</activeByDefault> |