File tree Expand file tree Collapse file tree 1 file changed +23
-4
lines changed
Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change 8888 <version >${jackson.version.core} </version >
8989 </dependency >
9090
91- <!-- and for testing we need a few libraries
92- libs for which we use reflection for code, but direct dep for testing
93- -->
94-
91+ <!-- Test dependencies -->
92+ <dependency >
93+ <groupId >org.junit.vintage</groupId >
94+ <artifactId >junit-vintage-engine</artifactId >
95+ <scope >test</scope >
96+ </dependency >
97+ <dependency >
98+ <groupId >org.junit.jupiter</groupId >
99+ <artifactId >junit-jupiter</artifactId >
100+ <scope >test</scope >
101+ </dependency >
95102 <dependency >
96103 <groupId >org.powermock</groupId >
97104 <artifactId >powermock-core</artifactId >
144151 </repository >
145152 </repositories >
146153
154+ <dependencyManagement >
155+ <dependencies >
156+ <dependency >
157+ <groupId >org.junit</groupId >
158+ <artifactId >junit-bom</artifactId >
159+ <version >5.9.2</version >
160+ <type >pom</type >
161+ <scope >import</scope >
162+ </dependency >
163+ </dependencies >
164+ </dependencyManagement >
165+
147166 <build >
148167 <plugins >
149168 <plugin >
You can’t perform that action at this time.
0 commit comments