Skip to content

Commit

Permalink
Tidy up POM, drop not needed, fix scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Jul 1, 2024
1 parent cc1ce76 commit 199401c
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,13 @@
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.inject</artifactId>
<version>${sisuVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Dsisu.debug</argLine>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 199401c

Please sign in to comment.