Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kjjjjjjjjjjjj authored Feb 6, 2024
1 parent 9d0a941 commit 6c82051
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions fixing.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!-- pom.xml file -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>your.group.id</groupId>
<artifactId>your-artifact-id</artifactId>
<version>1.0.0</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source> <!-- Set your current Java version -->
<maven.compiler.target>1.8</maven.compiler.target> <!-- Set your current Java version -->
</properties>

<!-- Add other dependencies and configuration as needed -->

</project>

0 comments on commit 6c82051

Please sign in to comment.