Skip to content

Commit

Permalink
Update pox.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
cygniv404 authored Oct 5, 2024
1 parent 288ba21 commit f4a2f3e
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions pox.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,36 +42,4 @@
</plugin>
</plugins>
</build>
</project><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>com.example</groupId>
<artifactId>ci-demo</artifactId>
<version>1.0-SNAPSHOT</version>

<dependencies>
<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-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>11</source>
<target>11</target>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit f4a2f3e

Please sign in to comment.