File: build.gradle

package info (click to toggle)
cava 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,528 kB
  • sloc: java: 33,355; xml: 343; sh: 128; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
jar { enabled = false }

dependencies {
  testCompile project(':eth')
  testCompile project(':merkle-trie')
  testCompile project(':rlp')

  testCompile project(':junit')
  testCompile 'com.fasterxml.jackson.core:jackson-databind:2.9.5'
  testCompile 'org.bouncycastle:bcprov-jdk15on'
  testCompile 'org.junit.jupiter:junit-jupiter-api'
  testCompile 'org.junit.jupiter:junit-jupiter-params'

  testRuntime 'org.junit.jupiter:junit-jupiter-engine'
}