Skip to content

Commit

Permalink
chore: Upgrade codemodel from com.sun to org.glassfish
Browse files Browse the repository at this point in the history
  • Loading branch information
juherr committed Apr 3, 2024
1 parent fd3407b commit 00676c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jsonschema2pojo-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<artifactId>javaparser</artifactId>
</dependency>
<dependency>
<groupId>com.sun.codemodel</groupId>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>codemodel</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,9 @@
<version>1.0.11</version>
</dependency>
<dependency>
<groupId>com.sun.codemodel</groupId>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>codemodel</artifactId>
<version>2.6</version>
<version>2.3.9</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down

0 comments on commit 00676c7

Please sign in to comment.