File tree 2 files changed +21
-4
lines changed
2 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
- <groupId >pl.piomin.services</groupId >
8
7
<artifactId >discovery-service</artifactId >
9
8
<version >1.0-SNAPSHOT</version >
10
9
11
10
<parent >
12
- <groupId >org.springframework.boot </groupId >
13
- <artifactId >spring-boot-starter-parent </artifactId >
14
- <version >2.0.1.RELEASE </version >
11
+ <groupId >pl.piomin.services </groupId >
12
+ <artifactId >sample-testing-microservices </artifactId >
13
+ <version >1.0-SNAPSHOT </version >
15
14
</parent >
16
15
17
16
<properties >
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
+ <parent >
8
+ <groupId >org.springframework.boot</groupId >
9
+ <artifactId >spring-boot-starter-parent</artifactId >
10
+ <version >2.0.1.RELEASE</version >
11
+ </parent >
12
+
7
13
<groupId >pl.piomin.services</groupId >
8
14
<artifactId >sample-testing-microservices</artifactId >
9
15
<version >1.0-SNAPSHOT</version >
30
36
</plugins >
31
37
</build >
32
38
39
+ <dependencyManagement >
40
+ <dependencies >
41
+ <dependency >
42
+ <groupId >org.springframework.cloud</groupId >
43
+ <artifactId >spring-cloud-dependencies</artifactId >
44
+ <version >Finchley.SR1</version >
45
+ <type >pom</type >
46
+ <scope >import</scope >
47
+ </dependency >
48
+ </dependencies >
49
+ </dependencyManagement >
50
+
33
51
</project >
You can’t perform that action at this time.
0 commit comments