Skip to content

Commit

Permalink
Remove coro-mock since we don't use it.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Dec 14, 2016
1 parent d501037 commit f629384
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion core/pom.rb
Expand Up @@ -59,7 +59,6 @@

jar 'com.headius:invokebinder:1.7'
jar 'com.headius:options:1.4'
jar 'com.headius:coro-mock:1.0', :scope => 'provided'
jar 'com.headius:unsafe-fences:1.0-SNAPSHOT'

jar 'bsf:bsf:2.4.0', :scope => 'provided'
Expand Down
6 changes: 0 additions & 6 deletions core/pom.xml
Expand Up @@ -200,12 +200,6 @@ DO NOT MODIFIY - GENERATED CODE
<artifactId>options</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>com.headius</groupId>
<artifactId>coro-mock</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.headius</groupId>
<artifactId>unsafe-fences</artifactId>
Expand Down

0 comments on commit f629384

Please sign in to comment.