Skip to content

Commit

Permalink
Make all jackson-module-jaxb-annotations optional #462
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmihalcea committed Jul 26, 2022
1 parent f91d195 commit 0e1fbf2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hibernate-types-52/pom.xml
Expand Up @@ -36,6 +36,8 @@
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>${jackson-module-jaxb-annotation}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>

<dependency>
Expand Down
2 changes: 2 additions & 0 deletions hibernate-types-55/pom.xml
Expand Up @@ -36,6 +36,8 @@
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>${jackson-module-jaxb-annotation}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>

<dependency>
Expand Down
2 changes: 2 additions & 0 deletions hibernate-types-60/pom.xml
Expand Up @@ -36,6 +36,8 @@
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>${jackson-module-jaxb-annotation}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>

<dependency>
Expand Down

0 comments on commit 0e1fbf2

Please sign in to comment.