diff options
Diffstat (limited to 'vid-ext-services-simulator/pom.xml')
-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 |