Skip to content

Commit

Permalink
put back an essential lib,
Browse files Browse the repository at this point in the history
upgraded to java 17
  • Loading branch information
Chaiavi committed Feb 23, 2025
1 parent 0103c6c commit 1542982
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
<groupId>org.apache.maven.plugins</groupId>
<version>3.13.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>
</plugins>
Expand Down Expand Up @@ -196,11 +196,11 @@
<artifactId>logback-classic</artifactId>
<version>1.5.16</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.yaml</groupId>-->
<!-- <artifactId>snakeyaml</artifactId>-->
<!-- <version>2.4</version>-->
<!-- </dependency>-->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
Expand Down

0 comments on commit 1542982

Please sign in to comment.