Skip to content

Commit

Permalink
Manage cryptacular 1.2.6 as a workaround for quarkiverse#1648
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Dec 6, 2024
1 parent c2778b7 commit c352a9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,11 @@
<artifactId>stax2-api</artifactId>
<version>${stax2.version}</version>
</dependency>
<dependency>
<groupId>org.cryptacular</groupId>
<artifactId>cryptacular</artifactId>
<version>${cryptacular.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.angus</groupId>
<artifactId>angus-mail</artifactId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<!-- Items annotated with @sync can be updated by running mvn cq:sync-versions -N -->
<angus-mail.version>2.0.3</angus-mail.version>
<assertj.version>3.26.3</assertj.version>
<cryptacular.version>1.2.6</cryptacular.version><!-- 1.2.7 does not work - see https://github.com/quarkiverse/quarkus-cxf/issues/1648 -->
<cxf.xjcplugins.version>4.0.0</cxf.xjcplugins.version><!-- @sync org.apache.cxf:cxf:${cxf.version} prop:cxf.xjc-utils.version -->
<ehcache.version>3.10.8</ehcache.version>
<fastinfoset.version>2.1.1</fastinfoset.version>
Expand Down

0 comments on commit c352a9c

Please sign in to comment.