Skip to content

Commit

Permalink
Merge pull request #2211 from manusa/fix/#2066-missing-handlers-in-ub…
Browse files Browse the repository at this point in the history
…er-jar
  • Loading branch information
fusesource-ci authored May 8, 2020
2 parents cbe714a + 7bb4a9f commit 683e2aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### 4.10-SNAPSHOT
#### Bugs
* Fix #2066: Uber Jar includes merged service entry for multiple implementations of the same interface

#### Improvements

Expand Down
3 changes: 3 additions & 0 deletions uberjar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@
<include>io.fabric8:openshift-server-mock</include>
</includes>
</artifactSet>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit 683e2aa

Please sign in to comment.