mark dx as test compile

--HG--
branch : 2.x
This commit is contained in:
Bob Pan 2014-12-14 17:20:45 +08:00
parent 449f0a45bb
commit fd9f503c22
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ dependencies {
compile project(':dex-ir')
compile project(':d2j-base-cmd')
compile group: 'org.ow2.asm', name: 'asm-debug-all', version:'4.1'
provided "com.google.android.tools:dx:1.7"
testCompile "com.google.android.tools:dx:1.7"
testCompile project(':d2j-smali')
}

View File

@ -34,7 +34,7 @@
<groupId>com.google.android.tools</groupId>
<artifactId>dx</artifactId>
<version>1.7</version>
<scope>provided</scope>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>