Update build.gradle

This commit is contained in:
rpanak-generalbytes 2018-05-28 14:22:08 +02:00 committed by GitHub
parent 0ae5cd343b
commit f880d348c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -24,9 +24,6 @@ dependencies {
compile(group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25')
compile(group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.25')
compile(group: 'com.sun.mail', name: 'javax.mail', version: '1.4.7')
compile(group: 'commons-codec', name: 'commons-codec', version: '1.3')
testCompile (group: 'junit', name: 'junit', version: '4.10')
}
if (hasProperty('gbArtifactoryUser') && hasProperty('gbArtifactoryPassword') && hasProperty('gbArtifactoryUploadUrl')) {
@ -47,4 +44,4 @@ if (hasProperty('gbArtifactoryUser') && hasProperty('gbArtifactoryPassword') &&
}
}
}
}
}