File tree Expand file tree Collapse file tree 3 files changed +24
-9
lines changed
Expand file tree Collapse file tree 3 files changed +24
-9
lines changed Original file line number Diff line number Diff line change 7272 <awaitility .version>4.2.0</awaitility .version>
7373 <equalsverifier .version>3.15</equalsverifier .version>
7474 <glassfish .json.version>2.0.1</glassfish .json.version>
75- <junit .version>5.9.3 </junit .version>
75+ <junit .version>5.10.0 </junit .version>
7676 <yasson .version>3.0.3</yasson .version>
7777 <wiremock .version>2.35.0</wiremock .version>
7878
Original file line number Diff line number Diff line change 2525
2626 <dependencyManagement >
2727 <dependencies >
28+ <dependency >
29+ <groupId >org.junit</groupId >
30+ <artifactId >junit-bom</artifactId >
31+ <version >${junit.version} </version >
32+ <type >pom</type >
33+ <scope >import</scope >
34+ </dependency >
35+
2836 <dependency >
2937 <groupId >com.fasterxml.jackson</groupId >
3038 <artifactId >jackson-bom</artifactId >
4351 </dependencies >
4452 </dependencyManagement >
4553
46-
4754 <dependencies >
4855 <dependency >
4956 <groupId >com.inrupt.client</groupId >
Original file line number Diff line number Diff line change 2020
2121 <dependencyManagement >
2222 <dependencies >
23+ <dependency >
24+ <groupId >org.junit</groupId >
25+ <artifactId >junit-bom</artifactId >
26+ <version >${junit.version} </version >
27+ <type >pom</type >
28+ <scope >import</scope >
29+ </dependency >
30+
2331 <dependency >
2432 <groupId >com.fasterxml.jackson</groupId >
2533 <artifactId >jackson-bom</artifactId >
3846 </dependencies >
3947 </dependencyManagement >
4048
41-
4249 <dependencies >
4350 <dependency >
4451 <groupId >com.inrupt.client</groupId >
105112 </dependency >
106113
107114 <!-- test dependencies -->
115+ <dependency >
116+ <groupId >org.junit.jupiter</groupId >
117+ <artifactId >junit-jupiter-engine</artifactId >
118+ <version >${junit.version} </version >
119+ <scope >test</scope >
120+ </dependency >
121+
108122 <dependency >
109123 <groupId >com.github.tomakehurst</groupId >
110124 <artifactId >wiremock-jre8</artifactId >
142156 <version >${project.version} </version >
143157 <scope >test</scope >
144158 </dependency >
145- <dependency >
146- <groupId >org.junit.jupiter</groupId >
147- <artifactId >junit-jupiter-api</artifactId >
148- <version >${junit.version} </version >
149- <scope >test</scope >
150- </dependency >
151159 </dependencies >
152160
153161 <build >
You can’t perform that action at this time.
0 commit comments