File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 8080 <classpathentry kind =" lib" path =" ext/pf4j-0.9.0.jar" sourcepath =" ext/src/pf4j-0.9.0.jar" />
8181 <classpathentry kind =" lib" path =" ext/tika-core-1.5.jar" sourcepath =" ext/src/tika-core-1.5.jar" />
8282 <classpathentry kind =" lib" path =" ext/jsoup-1.7.3.jar" sourcepath =" ext/src/jsoup-1.7.3.jar" />
83+ <classpathentry kind =" lib" path =" ext/javax.activation-api-1.2.0.jar" sourcepath =" ext/src/javax.activation-api-1.2.0.jar" />
8384 <classpathentry kind =" lib" path =" ext/junit-4.12.jar" sourcepath =" ext/src/junit-4.12.jar" />
8485 <classpathentry kind =" lib" path =" ext/hamcrest-core-1.3.jar" sourcepath =" ext/src/hamcrest-core-1.3.jar" />
8586 <classpathentry kind =" lib" path =" ext/selenium-java-2.28.0.jar" sourcepath =" ext/src/selenium-java-2.28.0.jar" />
Original file line number Diff line number Diff line change @@ -181,6 +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 'javax.activation:javax.activation-api:1.2.0'
184185- test 'junit:junit:4.12'
185186# Dependencies for Selenium web page testing
186187- test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar
Original file line number Diff line number Diff line change 824824 </SOURCES >
825825 </library >
826826 </orderEntry >
827+ <orderEntry type =" module-library" >
828+ <library name =" javax.activation-api-1.2.0.jar" >
829+ <CLASSES >
830+ <root url =" jar://$MODULE_DIR$/ext/javax.activation-api-1.2.0.jar!/" />
831+ </CLASSES >
832+ <JAVADOC />
833+ <SOURCES >
834+ <root url =" jar://$MODULE_DIR$/ext/src/javax.activation-api-1.2.0.jar!/" />
835+ </SOURCES >
836+ </library >
837+ </orderEntry >
827838 <orderEntry type =" module-library" scope =" TEST" >
828839 <library name =" junit-4.12.jar" >
829840 <CLASSES >
You can’t perform that action at this time.
0 commit comments