File tree 4 files changed +21
-1
lines changed
helloworld-spring-annotations
4 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 45
45
<groupId >commons-codec</groupId >
46
46
<artifactId >commons-codec</artifactId >
47
47
</exclusion >
48
+ <exclusion >
49
+ <groupId >commons-logging</groupId >
50
+ <artifactId >commons-logging</artifactId >
51
+ </exclusion >
48
52
</exclusions >
49
53
</dependency >
50
54
Original file line number Diff line number Diff line change 48
48
<dependency >
49
49
<groupId >org.eclipse.jetty.http2</groupId >
50
50
<artifactId >http2-client</artifactId >
51
+ <exclusions >
52
+ <exclusion >
53
+ <groupId >org.slf4j</groupId >
54
+ <artifactId >slf4j-api</artifactId >
55
+ </exclusion >
56
+ </exclusions >
51
57
</dependency >
52
58
<dependency >
53
59
<groupId >org.eclipse.jetty.http2</groupId >
54
60
<artifactId >http2-http-client-transport</artifactId >
61
+ <exclusions >
62
+ <exclusion >
63
+ <groupId >org.slf4j</groupId >
64
+ <artifactId >slf4j-api</artifactId >
65
+ </exclusion >
66
+ </exclusions >
55
67
</dependency >
56
68
<dependency >
57
69
<groupId >org.eclipse.jetty</groupId >
Original file line number Diff line number Diff line change 34
34
<groupId >com.fasterxml.jackson.core</groupId >
35
35
<artifactId >jackson-core</artifactId >
36
36
</exclusion >
37
+ <exclusion >
38
+ <groupId >com.fasterxml.jackson.core</groupId >
39
+ <artifactId >jackson-databind</artifactId >
40
+ </exclusion >
37
41
<exclusion >
38
42
<groupId >org.junit.jupiter</groupId >
39
43
<artifactId >junit-jupiter-api</artifactId >
Original file line number Diff line number Diff line change 73
73
<dependency >
74
74
<groupId >commons-logging</groupId >
75
75
<artifactId >commons-logging</artifactId >
76
- <version >1.2 </version >
76
+ <version >${commons.logging.version} </version >
77
77
</dependency >
78
78
<dependency >
79
79
<groupId >org.glassfish.jersey.test-framework.providers</groupId >
You can’t perform that action at this time.
0 commit comments