File tree 11 files changed +16
-0
lines changed
spring-cloud-dataflow-parent
spring-cloud-skipper-autoconfigure
spring-cloud-skipper-client
spring-cloud-skipper-docs
spring-cloud-skipper-platform-cloudfoundry
spring-cloud-skipper-platform-kubernetes
spring-cloud-skipper-server-core
spring-cloud-skipper-shell
spring-cloud-skipper-shell-commands
spring-cloud-starter-skipper-server
11 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 44
44
<!-- update to ensure it is same as spring-boot-dependencies property, which doesn't seem to be imported -->
45
45
<spring-security .version>5.7.10</spring-security .version>
46
46
<jackson-bom .version>2.13.5</jackson-bom .version>
47
+ <guava .version>32.1.1-jre</guava .version>
47
48
</properties >
48
49
<dependencyManagement >
49
50
<dependencies >
51
+ <dependency >
52
+ <groupId >com.google.guava</groupId >
53
+ <artifactId >guava</artifactId >
54
+ <version >${guava.version} </version >
55
+ </dependency >
50
56
<dependency >
51
57
<groupId >com.fasterxml.jackson.dataformat</groupId >
52
58
<artifactId >jackson-dataformat-cbor</artifactId >
Original file line number Diff line number Diff line change 9
9
<groupId >org.springframework.cloud</groupId >
10
10
<artifactId >spring-cloud-skipper-parent</artifactId >
11
11
<version >2.11.0-SNAPSHOT</version >
12
+ <relativePath >..</relativePath >
12
13
</parent >
13
14
14
15
<dependencies >
Original file line number Diff line number Diff line change 9
9
<groupId >org.springframework.cloud</groupId >
10
10
<artifactId >spring-cloud-skipper-parent</artifactId >
11
11
<version >2.11.0-SNAPSHOT</version >
12
+ <relativePath >..</relativePath >
12
13
</parent >
13
14
<properties >
14
15
<failIfNoTests >true</failIfNoTests >
Original file line number Diff line number Diff line change 7
7
<groupId >org.springframework.cloud</groupId >
8
8
<artifactId >spring-cloud-skipper-parent</artifactId >
9
9
<version >2.11.0-SNAPSHOT</version >
10
+ <relativePath >..</relativePath >
10
11
</parent >
11
12
12
13
<artifactId >spring-cloud-skipper-docs</artifactId >
Original file line number Diff line number Diff line change 9
9
<artifactId >spring-cloud-skipper-parent</artifactId >
10
10
<groupId >org.springframework.cloud</groupId >
11
11
<version >2.11.0-SNAPSHOT</version >
12
+ <relativePath >..</relativePath >
12
13
</parent >
13
14
<properties >
14
15
<failIfNoTests >true</failIfNoTests >
Original file line number Diff line number Diff line change 5
5
<artifactId >spring-cloud-skipper-parent</artifactId >
6
6
<groupId >org.springframework.cloud</groupId >
7
7
<version >2.11.0-SNAPSHOT</version >
8
+ <relativePath >..</relativePath >
8
9
</parent >
9
10
<artifactId >spring-cloud-skipper-platform-kubernetes</artifactId >
10
11
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 9
9
<groupId >org.springframework.cloud</groupId >
10
10
<artifactId >spring-cloud-skipper-parent</artifactId >
11
11
<version >2.11.0-SNAPSHOT</version >
12
+ <relativePath >..</relativePath >
12
13
</parent >
13
14
14
15
<properties >
Original file line number Diff line number Diff line change 9
9
<groupId >org.springframework.cloud</groupId >
10
10
<artifactId >spring-cloud-skipper-parent</artifactId >
11
11
<version >2.11.0-SNAPSHOT</version >
12
+ <relativePath >..</relativePath >
12
13
</parent >
13
14
<properties >
14
15
<failIfNoTests >true</failIfNoTests >
Original file line number Diff line number Diff line change 9
9
<groupId >org.springframework.cloud</groupId >
10
10
<artifactId >spring-cloud-skipper-parent</artifactId >
11
11
<version >2.11.0-SNAPSHOT</version >
12
+ <relativePath >..</relativePath >
12
13
</parent >
13
14
14
15
<dependencies >
Original file line number Diff line number Diff line change 9
9
<groupId >org.springframework.cloud</groupId >
10
10
<artifactId >spring-cloud-skipper-parent</artifactId >
11
11
<version >2.11.0-SNAPSHOT</version >
12
+ <relativePath >..</relativePath >
12
13
</parent >
13
14
<properties >
14
15
<failIfNoTests >true</failIfNoTests >
Original file line number Diff line number Diff line change 9
9
<groupId >org.springframework.cloud</groupId >
10
10
<artifactId >spring-cloud-skipper-parent</artifactId >
11
11
<version >2.11.0-SNAPSHOT</version >
12
+ <relativePath >..</relativePath >
12
13
</parent >
13
14
14
15
<dependencies >
You can’t perform that action at this time.
0 commit comments