Skip to content

Commit

Permalink
BZ-1234592 - Race condition with multiple job executor threads on Ora…
Browse files Browse the repository at this point in the history
…cle - adjusted dependency scope for better readability

(cherry picked from commit 7bbe6d9)
  • Loading branch information
mswiderski committed Aug 14, 2015
1 parent 6258b23 commit d5b5bf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jbpm-persistence-jpa/pom.xml
Expand Up @@ -79,8 +79,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<scope>compile</scope>
<optional>true</optional>
<scope>provided</scope>
</dependency>

<!-- Test -->
Expand Down

0 comments on commit d5b5bf0

Please sign in to comment.