Skip to content

Commit

Permalink
Dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed May 9, 2019
1 parent c48009f commit c7739cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-tests/camel-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<dumpProxies>false</dumpProxies>
<graalvmHome>${graalvmHome}</graalvmHome>
<enableJni>false</enableJni>
<disableReports>true</disableReports>
<disableReports>false</disableReports>
</configuration>
</execution>
</executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ quarkus.log.file.enable = false
#
# Camel
#
quarkus.camel.disable-xml=true
quarkus.camel.disable-xml=false

camel.context.name=quarkus-camel-example
camel.context.loadTypeConverters=false
Expand Down

0 comments on commit c7739cc

Please sign in to comment.