Browse Source

Added javax.activation dependency "

thanks to this dependency, one can start gitblit with java 9 without using deprecated internal module --add-modules java.activation
tags/r1.9.0
Martin Spielmann 6 years ago
parent
commit
76bbc2df97
3 changed files with 13 additions and 0 deletions
  1. 1
    0
      .classpath
  2. 1
    0
      build.moxie
  3. 11
    0
      gitblit.iml

+ 1
- 0
.classpath View File

@@ -80,6 +80,7 @@
<classpathentry kind="lib" path="ext/pf4j-0.9.0.jar" sourcepath="ext/src/pf4j-0.9.0.jar" />
<classpathentry kind="lib" path="ext/tika-core-1.5.jar" sourcepath="ext/src/tika-core-1.5.jar" />
<classpathentry kind="lib" path="ext/jsoup-1.7.3.jar" sourcepath="ext/src/jsoup-1.7.3.jar" />
<classpathentry kind="lib" path="ext/javax.activation-api-1.2.0.jar" sourcepath="ext/src/javax.activation-api-1.2.0.jar" />
<classpathentry kind="lib" path="ext/junit-4.12.jar" sourcepath="ext/src/junit-4.12.jar" />
<classpathentry kind="lib" path="ext/hamcrest-core-1.3.jar" sourcepath="ext/src/hamcrest-core-1.3.jar" />
<classpathentry kind="lib" path="ext/selenium-java-2.28.0.jar" sourcepath="ext/src/selenium-java-2.28.0.jar" />

+ 1
- 0
build.moxie View File

@@ -181,6 +181,7 @@ dependencies:
- compile 'ro.fortsoft.pf4j:pf4j:0.9.0' :war
- compile 'org.apache.tika:tika-core:1.5' :war
- compile 'org.jsoup:jsoup:1.7.3' :war
- compile 'javax.activation:javax.activation-api:1.2.0'
- test 'junit:junit:4.12'
# Dependencies for Selenium web page testing
- test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar

+ 11
- 0
gitblit.iml View File

@@ -824,6 +824,17 @@
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="javax.activation-api-1.2.0.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/javax.activation-api-1.2.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/ext/src/javax.activation-api-1.2.0.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" scope="TEST">
<library name="junit-4.12.jar">
<CLASSES>

Loading…
Cancel
Save