Skip to content

Commit

Permalink
Exclude service ThreadPoolProfileConfigurationProperties as it refere…
Browse files Browse the repository at this point in the history
…nces a non-existent class
  • Loading branch information
jamesnetherton committed Jun 15, 2020
1 parent fe3c3aa commit da2bf8a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,11 @@ void coreServicePatterns(BuildProducer<CamelServicePatternBuildItem> services) {
"META-INF/services/org/apache/camel/dataformat/*",
"META-INF/services/org/apache/camel/send-dynamic/*"));

// TODO: Remove this after upgrade to Camel versions > 3.4.0
services.produce(new CamelServicePatternBuildItem(
CamelServiceDestination.DISCOVERY,
false,
"META-INF/services/org/apache/camel/configurer/avro-component",
"META-INF/services/org/apache/camel/configurer/avro-endpoint"));
"META-INF/services/org/apache/camel/configurer/ThreadPoolProfileConfigurationProperties"));
}

@BuildStep
Expand Down

0 comments on commit da2bf8a

Please sign in to comment.