File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed
Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 3232 <scope >import</scope >
3333 </dependency >
3434 <!-- *** EXTERNAL DEPENDENCIES *** -->
35+ <dependency >
36+ <groupId >org.yaml</groupId >
37+ <artifactId >snakeyaml</artifactId >
38+ <version >${snakeyaml.version} </version >
39+ </dependency >
3540 <!-- Library with general utilities as well as I18N and exception support -->
3641 <dependency >
3742 <groupId >net.sf.m-m-m</groupId >
Original file line number Diff line number Diff line change 5858 <dependency >
5959 <groupId >org.springframework.cloud</groupId >
6060 <artifactId >spring-cloud-starter-sleuth</artifactId >
61+ <version >${spring.cloud.starter.sleuth.version} </version >
6162 </dependency >
6263
6364 <dependency >
Original file line number Diff line number Diff line change 4444 <module >batch-tool</module >
4545 <module >web</module >
4646 <module >basic</module >
47+ <module >kafka</module >
4748 </modules >
4849
4950 <dependencyManagement >
Original file line number Diff line number Diff line change 2828 <github .repository>devon4j</github .repository>
2929 <devon4j .version>${revision} </devon4j .version>
3030 <spring .boot.version>2.7.7</spring .boot.version>
31+ <spring .cloud.starter.sleuth.version>3.1.6</spring .cloud.starter.sleuth.version>
32+ <snakeyaml .version>1.33</snakeyaml .version>
3133 <jackson .version>2.14.1</jackson .version> <!-- Overriding Jackson for fixing vulnerabilities -->
3234 <guava .version>31.1-jre</guava .version>
3335 <junit .version>5.7.1</junit .version>
You can’t perform that action at this time.
0 commit comments