Skip to content

Commit

Permalink
testing fix presented by Greiner-san
Browse files Browse the repository at this point in the history
  • Loading branch information
wow-such-code committed Nov 28, 2022
1 parent 29f4133 commit d4cfae5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
<artifactId>isa-creator-lib</artifactId>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.4</version>
</dependency>
</dependencies>
<repositories>
<repository>
Expand Down Expand Up @@ -96,6 +101,11 @@
<artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.0</version>
</plugin>
</plugins>
</build>
</project>

0 comments on commit d4cfae5

Please sign in to comment.