Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Mar 5, 2020
1 parent 55465a9 commit 317619b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ compileJava {
}

dependencies {
implementation 'javax.servlet:jstl:1.2'
compile 'javax.servlet:jstl:1.2'
implementation 'org.glassfish:javax.json:1.1.4'
implementation 'org.epics:jca:2.3.6'
implementation 'org.epics:caj:1.1.15'
providedCompile 'javax:javaee-api:7.0',
'javax.servlet:jstl:1.2'
providedCompile 'javax:javaee-api:7.0'
}

war {
Expand Down

0 comments on commit 317619b

Please sign in to comment.