Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dim-s committed May 7, 2018
1 parent 1021ae8 commit 92ca465
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jphp-debugger/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
apply plugin: 'maven'

dependencies {
compile project(':jphp-core')
provided project(':jphp-core')
provided project(':jphp-runtime')
compile 'commons-codec:commons-codec:1.10'

testCompile 'junit:junit:4.+'
Expand Down

0 comments on commit 92ca465

Please sign in to comment.