File tree 3 files changed +13
-0
lines changed 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 80
80
<classpathentry kind =" lib" path =" ext/pf4j-0.9.0.jar" sourcepath =" ext/src/pf4j-0.9.0.jar" />
81
81
<classpathentry kind =" lib" path =" ext/tika-core-1.5.jar" sourcepath =" ext/src/tika-core-1.5.jar" />
82
82
<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-1.2.0.jar" sourcepath =" ext/src/javax.activation-1.2.0.jar" />
83
84
<classpathentry kind =" lib" path =" ext/junit-4.12.jar" sourcepath =" ext/src/junit-4.12.jar" />
84
85
<classpathentry kind =" lib" path =" ext/hamcrest-core-1.3.jar" sourcepath =" ext/src/hamcrest-core-1.3.jar" />
85
86
<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:
181
181
- compile 'ro.fortsoft.pf4j:pf4j:0.9.0' :war
182
182
- compile 'org.apache.tika:tika-core:1.5' :war
183
183
- compile 'org.jsoup:jsoup:1.7.3' :war
184
+ - compile 'com.sun.activation:javax.activation:1.2.0'
184
185
- test 'junit:junit:4.12'
185
186
# Dependencies for Selenium web page testing
186
187
- test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar
Original file line number Diff line number Diff line change 824
824
</SOURCES >
825
825
</library >
826
826
</orderEntry >
827
+ <orderEntry type =" module-library" >
828
+ <library name =" javax.activation-1.2.0.jar" >
829
+ <CLASSES >
830
+ <root url =" jar://$MODULE_DIR$/ext/javax.activation-1.2.0.jar!/" />
831
+ </CLASSES >
832
+ <JAVADOC />
833
+ <SOURCES >
834
+ <root url =" jar://$MODULE_DIR$/ext/src/javax.activation-1.2.0.jar!/" />
835
+ </SOURCES >
836
+ </library >
837
+ </orderEntry >
827
838
<orderEntry type =" module-library" scope =" TEST" >
828
839
<library name =" junit-4.12.jar" >
829
840
<CLASSES >
You can’t perform that action at this time.
0 commit comments