Skip to content

Commit

Permalink
Add work-around to <dependency>
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Apr 13, 2016
1 parent acb2c4a commit 17f9271
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,19 @@
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<!-- Remove when OWB-1127 is fixed -->
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-finder-shaded</artifactId>
<version>4.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-asm5-shaded</artifactId>
<version>4.4</version>
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 17f9271

Please sign in to comment.