aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/pom.xml b/pom.xml
index 25d58ca061..26e44db760 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>