Skip to content

Commit 76bbc2d

Browse files
Added javax.activation dependency "
thanks to this dependency, one can start gitblit with java 9 without using deprecated internal module --add-modules java.activation
1 parent 279a5b6 commit 76bbc2d

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
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" />

build.moxie

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

gitblit.iml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,17 @@
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>

0 commit comments

Comments
 (0)