Skip to content

Commit

Permalink
reformat examples pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Toronto committed Nov 16, 2024
1 parent 3e7b28f commit fc047aa
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions sootup.examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.8.1</version> <!-- Use the latest version -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.8.1</version> <!-- Use the latest version -->
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand All @@ -60,14 +60,14 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M9</version> <!-- You can use the latest version available -->
<configuration>
<!-- Optional configurations can be added here -->
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M9</version> <!-- You can use the latest version available -->
<configuration>
<!-- Optional configurations can be added here -->
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit fc047aa

Please sign in to comment.