Skip to content

Commit

Permalink
Workaround build issue eclipse-californium/californium#910
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Mar 15, 2019
1 parent d9d2e4c commit eb75fc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions leshan-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ Contributors:
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<createSourcesJar>true</createSourcesJar>
<!-- workaround for https://github.com/eclipse/californium/issues/910 -->
<artifactSet>
<excludes>
<exclude>*:californium-legal*</exclude>
</excludes>
</artifactSet>
<filters>
<filter>
<artifact>*:*</artifact>
Expand Down

0 comments on commit eb75fc8

Please sign in to comment.