File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 76
76
<build >
77
77
<pluginManagement >
78
78
<plugins >
79
+ <plugin >
80
+ <groupId >org.apache.maven.plugins</groupId >
81
+ <artifactId >maven-surefire-plugin</artifactId >
82
+ <version >3.2.3</version >
83
+ <dependencies >
84
+ <dependency >
85
+ <groupId >org.junit.jupiter</groupId >
86
+ <artifactId >junit-jupiter-engine</artifactId >
87
+ <version >5.9.1</version >
88
+ </dependency >
89
+ </dependencies >
90
+ </plugin >
79
91
<plugin >
80
92
<groupId >org.jetbrains.dokka</groupId >
81
93
<artifactId >dokka-maven-plugin</artifactId >
147
159
</plugins >
148
160
</pluginManagement >
149
161
<plugins >
162
+ <plugin >
163
+ <groupId >org.apache.maven.plugins</groupId >
164
+ <artifactId >maven-surefire-plugin</artifactId >
165
+ </plugin >
150
166
<plugin >
151
167
<groupId >org.jetbrains.dokka</groupId >
152
168
<artifactId >dokka-maven-plugin</artifactId >
437
453
<artifactId >nimbus-jose-jwt</artifactId >
438
454
</dependency >
439
455
</dependencies >
440
- </project >
456
+ </project >
You can’t perform that action at this time.
0 commit comments