Skip to content

Commit 7548ad4

Browse files
committed
Add dependency javax.activation to WAR, manager and fedclient, too.
I actually don't know if it is needed for the manager and fedclient, but right now I'm going with better safe than sorry.
1 parent 02d1c0c commit 7548ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.moxie

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ dependencies:
181181
- compile 'ro.fortsoft.pf4j:pf4j:0.9.0' :war
182182
- compile 'org.apache.tika:tika-core:1.5' :war
183183
- compile 'org.jsoup:jsoup:1.7.3' :war
184-
- compile 'com.sun.activation:javax.activation:1.2.0'
184+
- compile 'com.sun.activation:javax.activation:1.2.0' :war :manager :fedclient
185185
- test 'junit:junit:4.12'
186186
# Dependencies for Selenium web page testing
187187
- test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar

0 commit comments

Comments
 (0)