File tree 4 files changed +1742
-1
lines changed
spring-boot-admin-dependencies
4 files changed +1742
-1
lines changed Original file line number Diff line number Diff line change 28
28
<properties >
29
29
<revision >2.5.5-SNAPSHOT</revision >
30
30
<java .version>1.8</java .version>
31
+
31
32
<maven .compiler.source>${java.version} </maven .compiler.source>
32
33
<maven .compiler.target>${java.version} </maven .compiler.target>
33
34
<resource .delimiter>@</resource .delimiter>
44
45
<testcontainers .version>1.16.0</testcontainers .version>
45
46
<jetty .version>9.4.44.v20210927</jetty .version>
46
47
48
+
47
49
<!-- plugin versions -->
48
50
<build-helper-maven-plugin .version>3.2.0</build-helper-maven-plugin .version>
49
51
<maven-compiler-plugin .version>3.8.1</maven-compiler-plugin .version>
Original file line number Diff line number Diff line change 30
30
</parent >
31
31
<dependencyManagement >
32
32
<dependencies >
33
+ <!-- REMOVE WHEN UPDATING TO SPRING BOOT -->
34
+ <dependency >
35
+ <groupId >ch.qos.logback</groupId >
36
+ <artifactId >logback-classic</artifactId >
37
+ <version >1.2.8</version >
38
+ </dependency >
39
+ <dependency >
40
+ <groupId >ch.qos.logback</groupId >
41
+ <artifactId >logback-core</artifactId >
42
+ <version >1.2.8</version >
43
+ </dependency >
44
+ <dependency >
45
+ <groupId > org.apache.logging.log4j</groupId >
46
+ <artifactId >log4j-to-slf4j</artifactId >
47
+ <version >2.16.0</version >
48
+ </dependency >
49
+ <dependency >
50
+ <groupId > org.apache.logging.log4j</groupId >
51
+ <artifactId >log4j-api</artifactId >
52
+ <version >2.16.0</version >
53
+ </dependency >
54
+ <!-- REMOVE END -->
33
55
<dependency >
34
56
<groupId >org.springframework.boot</groupId >
35
57
<artifactId >spring-boot-dependencies</artifactId >
Original file line number Diff line number Diff line change 26
26
<groupId >de.codecentric</groupId >
27
27
<artifactId >spring-boot-admin</artifactId >
28
28
<version >${revision} </version >
29
- <relativePath >..</relativePath >
29
+ <relativePath >../pom.xml </relativePath >
30
30
</parent >
31
31
<dependencyManagement >
32
32
<dependencies >
You can’t perform that action at this time.
0 commit comments