Skip to content

Commit

Permalink
remove unnecessary dependencies: Fixes #1237
Browse files Browse the repository at this point in the history
  • Loading branch information
johnaohara committed Feb 2, 2024
1 parent 421d1a9 commit 77e3b13
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions horreum-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -264,28 +264,6 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>io.smallrye</groupId>
<artifactId>jandex-maven-plugin</artifactId>
<version>3.0.5</version>
<executions>
<execution>
<id>make-index</id>
<goals>
<goal>jandex</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>15</source>
<target>15</target>
</configuration>
</plugin>

</plugins>
</build>

Expand Down

0 comments on commit 77e3b13

Please sign in to comment.