We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fda70b4 + 558a4d0 commit 7e81fb7Copy full SHA for 7e81fb7
1 file changed
pom.xml
@@ -147,7 +147,17 @@
147
<scope>test</scope>
148
</dependency>
149
</dependencies>
150
-
+
151
+ <dependencyManagement>
152
+ <dependencies>
153
+ <dependency>
154
+ <groupId>junit</groupId>
155
+ <artifactId>junit</artifactId>
156
+ <version>4.13.1</version>
157
+ </dependency>
158
+ </dependencies>
159
+ </dependencyManagement>
160
161
<!--
162
<distributionManagement>
163
<snapshotRepository>
0 commit comments