Skip to content

Commit

Permalink
Change the dependency on jackson-module-jaxb-annotations to jackson-m…
Browse files Browse the repository at this point in the history
…odule-jakarta-xmlbind-annotations

Signed-off-by: hs536 <sawamura.hiroki@fujitsu.com>
  • Loading branch information
hs536 committed Apr 3, 2022
1 parent f8cd9cb commit 86cc719
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 192 deletions.
178 changes: 0 additions & 178 deletions appserver/admingui/jackson-jaxb/pom.xml

This file was deleted.

1 change: 0 additions & 1 deletion appserver/admingui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@
<module>community-theme</module>
<module>web</module>
<module>gf-admingui-connector</module>
<module>jackson-jaxb</module>
<module>jts</module>
<module>jdbc</module>
<module>jca</module>
Expand Down
5 changes: 2 additions & 3 deletions appserver/extras/embedded/all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1307,9 +1307,8 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.main.admingui</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>${project.version}</version>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1268,9 +1268,8 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.main.admingui</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>${project.version}</version>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down
5 changes: 2 additions & 3 deletions appserver/extras/embedded/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1278,9 +1278,8 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.glassfish.main.admingui</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>${project.version}</version>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down
5 changes: 2 additions & 3 deletions nucleus/featuresets/atomic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1002,9 +1002,8 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.main.admingui</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>${project.version}</version>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down
2 changes: 1 addition & 1 deletion nucleus/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<artifactId>jackson-module-jakarta-xmlbind-annotations</artifactId>
<version>${jackson.version}</version>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 86cc719

Please sign in to comment.