Skip to content

Commit

Permalink
Disabled JTA & SQL native because of spring update #5583
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek authored and github-actions[bot] committed Dec 4, 2023
1 parent c249ccd commit 4cad7b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions integration-tests/jta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@


<profiles>
<profile>
<!-- https://github.com/apache/camel-quarkus/issues/5583 -->
<!--<profile>
<id>native</id>
<activation>
<property>
Expand All @@ -114,7 +115,7 @@
</plugin>
</plugins>
</build>
</profile>
</profile> -->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down
5 changes: 3 additions & 2 deletions integration-tests/sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@


<profiles>
<profile>
<!-- https://github.com/apache/camel-quarkus/issues/5583 -->
<!--<profile>
<id>native</id>
<activation>
<property>
Expand Down Expand Up @@ -136,7 +137,7 @@
</plugin>
</plugins>
</build>
</profile>
</profile> -->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down

0 comments on commit 4cad7b7

Please sign in to comment.