File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 <project .build.outputTimestamp>2022-06-23T12:18:27Z</project .build.outputTimestamp>
6161 </properties >
6262
63+ <dependencyManagement >
64+ <dependencies >
65+ <dependency >
66+ <groupId >org.junit</groupId >
67+ <artifactId >junit-bom</artifactId >
68+ <version >5.9.3</version >
69+ <type >pom</type >
70+ <scope >import</scope >
71+ </dependency >
72+ </dependencies >
73+ </dependencyManagement >
74+
6375 <dependencies >
6476 <!--
6577 Apache Maven dependencies
99111 <dependency >
100112 <groupId >org.junit.jupiter</groupId >
101113 <artifactId >junit-jupiter</artifactId >
102- <version >5.9.3</version >
103114 <scope >test</scope >
104115 </dependency >
105116 <dependency >
108119 <version >3.24.2</version >
109120 <scope >test</scope >
110121 </dependency >
122+ <dependency >
123+ <groupId >org.slf4j</groupId >
124+ <artifactId >slf4j-simple</artifactId >
125+ <version >1.7.36</version >
126+ <scope >test</scope >
127+ </dependency >
111128 </dependencies >
112129</project >
You can’t perform that action at this time.
0 commit comments