File tree 4 files changed +7
-18
lines changed
spring-cloud-sleuth-dependencies
4 files changed +7
-18
lines changed Original file line number Diff line number Diff line change 73
73
<artifactId >spring-cloud-starter-sleuth</artifactId >
74
74
<version >${project.version} </version >
75
75
</dependency >
76
+ <!-- Test framework -->
77
+ <dependency >
78
+ <groupId >org.springframework.cloud</groupId >
79
+ <artifactId >spring-cloud-sleuth-tests-common</artifactId >
80
+ <version >${project.version} </version >
81
+ </dependency >
76
82
<!-- BRAVE -->
77
83
<dependency >
78
84
<groupId >io.zipkin.brave</groupId >
Original file line number Diff line number Diff line change 4
4
"https://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
5
5
<suppressions >
6
6
<suppress files =" .*/test/.*" checks =" JavadocVariable" />
7
+ <suppress files =" .*/tests/common/.*" checks =" JavadocVariable" />
7
8
<suppress files =" .*ReactorSleuth\.java" checks =" InnerAssignment" />
8
9
<suppress files =" .*SpanHandlerTests.*" checks =" LineLengthCheck" />
9
10
<suppress files =" .*GrpcTracingIntegrationTests.*" checks =" LineLengthCheck" />
Original file line number Diff line number Diff line change 34
34
<relativePath >..</relativePath >
35
35
</parent >
36
36
37
- <properties >
38
- <maven .javadoc.skip>true</maven .javadoc.skip>
39
- </properties >
40
-
41
37
<dependencies >
42
38
<dependency >
43
39
<groupId >org.springframework.cloud</groupId >
Original file line number Diff line number Diff line change 40
40
<module >otel</module >
41
41
</modules >
42
42
43
- <build >
44
- <pluginManagement >
45
- <plugins >
46
- <plugin >
47
- <!-- skip deploy (this is just a test module) -->
48
- <artifactId >maven-deploy-plugin</artifactId >
49
- <configuration >
50
- <skip >true</skip >
51
- </configuration >
52
- </plugin >
53
- </plugins >
54
- </pluginManagement >
55
- </build >
56
-
57
43
</project >
You can’t perform that action at this time.
0 commit comments