Skip to content

Commit

Permalink
Workaround for quarkusio/quarkus#10279
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga authored and jamesnetherton committed Jun 26, 2020
1 parent 4810732 commit d82a7a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extensions/amqp/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@

<properties>
<firstVersion>1.0.0-M6</firstVersion>

<!-- Workaround for https://github.com/quarkusio/quarkus/issues/10279 -->
<skipExtensionValidation>true</skipExtensionValidation>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit d82a7a4

Please sign in to comment.