Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Aug 5, 2024
1 parent 51ebf04 commit 821f829
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
13 changes: 13 additions & 0 deletions examples/math_5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,19 @@
</dependencies>


<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>

</project>

6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,6 @@
<version>1.7.3</version>
</dependency>

<dependency>
<groupId>com.gzoltar</groupId>
<artifactId>gzoltar</artifactId>
<version>0.1.1</version>
</dependency>



<dependency>
Expand Down

0 comments on commit 821f829

Please sign in to comment.