Skip to content

Commit

Permalink
Reverted the pom
Browse files Browse the repository at this point in the history
  • Loading branch information
aimansharief committed Oct 22, 2024
1 parent 1c49bac commit a0b3673
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions java/claim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,23 +85,4 @@
<version>${slf4j-api.version}</version>
</dependency>
</dependencies>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.9.0</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
<release>${maven.compiler.release}</release>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit a0b3673

Please sign in to comment.