Skip to content
Snippets Groups Projects
Commit 905d7449 authored by juanf's avatar juanf
Browse files

SSDM-2788 : V3 Report containing all Java public classes with methods and fields

SVN: 35215
parent b13d9ca0
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,13 @@ configurations.create('testRuntimeSecond')
configurations.create('externalDss')
dependencies {
compile 'reflections:reflections:+',
'testng:testng:+',
'fasterxml:jackson-core:+',
'fasterxml:jackson-annotations:+',
'fasterxml:jackson-databind:+'
testCompile project(path: ':ui-test', configuration: 'tests')
testRuntime project(':screening'), project(':rtd_phosphonetx')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment