testing Jenkinsfile
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -24,6 +24,7 @@
|
||||
<docker.image.name>${project.artifactId}</docker.image.name>
|
||||
<springfox-swagger2.version>2.7.0</springfox-swagger2.version>
|
||||
<springfox-swagger-ui.version>2.7.0</springfox-swagger-ui.version>
|
||||
<eureka-client.version>2.2.5.RELEASE</eureka-client.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -99,6 +100,11 @@
|
||||
<artifactId>springfox-swagger-ui</artifactId>
|
||||
<version>${springfox-swagger-ui.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
|
||||
<version>${eureka-client.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user