There was an error while loading. Please reload this page.
1 parent 31158f8 commit d596083Copy full SHA for d596083
1 file changed
File-Integrity-Scanner/pom.xml
@@ -75,6 +75,12 @@
75
<artifactId>spring-boot-starter-test</artifactId>
76
<version>${spring-boot.version}</version>
77
<scope>test</scope>
78
+ <exclusions>
79
+ <exclusion>
80
+ <groupId>org.assertj</groupId>
81
+ <artifactId>assertj-core</artifactId>
82
+ </exclusion>
83
+ </exclusions>
84
</dependency>
85
86
@@ -162,6 +168,14 @@
162
168
<version>1.0.6</version>
163
169
164
170
171
+ <!-- https://mvnrepository.com/artifact/org.assertj/assertj-core/3.27.7 -->
172
+ <dependency>
173
174
175
+ <version>3.27.7</version>
176
+ <scope>test</scope>
177
+ </dependency>
178
+
165
179
166
180
167
181
</dependencies>
0 commit comments