diff options
author | biniek <lukasz.biniek@nokia.com> | 2018-12-17 11:18:05 +0100 |
---|---|---|
committer | biniek <lukasz.biniek@nokia.com> | 2018-12-20 12:41:07 +0100 |
commit | 6f2b2081f589c56f61941edeb58dfbcba0885110 (patch) | |
tree | d787725e64768f5f60ef9a5bea057878ffd6f3d6 /vid-ext-services-simulator | |
parent | 0b65d4053eb41fd4747c5718ffd1cbd5d46fc455 (diff) |
pom.xml cleanup
Change-Id: I7622437fbd6d4d4a0b09782c8a6fa2d6016f90ab
Issue-ID: VID-368
Signed-off-by: biniek <lukasz.biniek@nokia.com>
Diffstat (limited to 'vid-ext-services-simulator')
-rw-r--r-- | vid-ext-services-simulator/pom.xml | 37 |
1 files changed, 2 insertions, 35 deletions
diff --git a/vid-ext-services-simulator/pom.xml b/vid-ext-services-simulator/pom.xml index ed6a13c67..42c411cc3 100644 --- a/vid-ext-services-simulator/pom.xml +++ b/vid-ext-services-simulator/pom.xml @@ -30,27 +30,9 @@ <coberturaBuildPhase>none</coberturaBuildPhase> </properties> - - <!--distributionManagement> - <repository> - <id>vid-releases</id> - <name>VID Release Repository</name> - <url>https://162.242.254.138:8443/repository/maven-releases</url> - </repository> - - <snapshotRepository> - <id>vid-snapshots</id> - <name>VID Snapshot Repository</name> - <url>https://162.242.254.138:8443/repository/maven-snapshots</url> - </snapshotRepository> - </distributionManagement--> - - <profiles> - <profile> <id>onap</id> - <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> @@ -73,8 +55,6 @@ <profile> <id>default</id> - - </profile> <!-- disable doclint, a new feature in Java 8, when generating javadoc --> @@ -126,7 +106,7 @@ <artifactId>mockserver-netty</artifactId> <version>3.11</version> </dependency> - <dependency> + <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>4.3.4.RELEASE</version> @@ -136,7 +116,7 @@ <artifactId>spring-webmvc</artifactId> <version>4.3.4.RELEASE</version> </dependency> - <dependency> + <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>2.8.7</version> @@ -205,17 +185,4 @@ </plugins> </build> - - <!-- <build> - <finalName>vidSimulator</finalName> - <plugins> - <plugin> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-maven-plugin</artifactId> - <version>1.5.6.RELEASE</version> - </plugin> - </plugins> - </build> ---> - </project>
\ No newline at end of file |