Skip to content
Snippets Groups Projects
Commit 879e3156 authored by hansen's avatar hansen
Browse files

updated gradle file

parent 845bf33c
No related branches found
No related tags found
No related merge requests found
...@@ -12,9 +12,7 @@ repositories { ...@@ -12,9 +12,7 @@ repositories {
} }
dependencies { dependencies {
testCompile (group: 'junit', name: 'junit', version: '4.+') testCompile files ('lib/easymock-3.3.1.jar', 'lib/jpf.jar', 'lib/junit-4.8.2.jar', 'lib/javax.mail.jar')
testCompile (group: 'org.easymock', name: 'easymock', version: '3.1')
compile (group: 'javax.mail', name: 'mail', version :'1.4.1')
} }
sourceSets { sourceSets {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment