Skip to content

Commit

Permalink
Minor change to pom.xml of new extension
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 13, 2024
1 parent fce2522 commit c258ad6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions jr-extension-datetime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,14 @@
<version>2.17.0-rc1-SNAPSHOT</version>
</parent>

<artifactId>jr-extension-datetime</artifactId>
<artifactId>jackson-jr-extension-datetime</artifactId>
<packaging>bundle</packaging>

<properties>
<maven.compiler.source>20</maven.compiler.source>
<maven.compiler.target>20</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.jr</groupId>
<artifactId>jackson-jr-objects</artifactId>
</dependency>
</dependencies>

</project>
</project>

0 comments on commit c258ad6

Please sign in to comment.