Skip to content

Commit

Permalink
Remove oai-harvest-manager dependency
Browse files Browse the repository at this point in the history
Build via script failed sporadically due to server issues,
now uses library via metafacture-biblio instead, see
metafacture/metafacture-core#360
  • Loading branch information
fsteeg committed Mar 11, 2021
1 parent 1dfd101 commit ebf2d5d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: maven:3-openjdk-11
image: gradle:jdk11

stages:
- build
Expand Down Expand Up @@ -39,7 +39,7 @@ deploy:
- data/production/*

sonar:
image: maven:3-openjdk-11
image: gradle:jdk11
cache:
key: "${CI_JOB_NAME}"
paths:
Expand Down
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ dependencies {
implementation('org.metafacture:metafacture-biblio:feature-oersi-SNAPSHOT') {
exclude group: 'xml-apis', module: 'xml-apis'
}
implementation('nl.mpi:oai-harvest-manager:1.2.0') {
exclude group: 'xml-apis', module: 'xml-apis'
exclude group: 'org.apache.logging.log4j', module: 'log4j-slf4j-impl'
exclude group: 'org.slf4j', module: 'log4j-over-slf4j'
exclude group: 'ch.qos.logback', module: 'logback-classic'
}
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.10.4'
implementation 'com.github.java-json-tools:json-schema-validator:2.2.14'
implementation 'org.slf4j:slf4j-api:1.7.30'
Expand Down
4 changes: 0 additions & 4 deletions install_snapshots.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@ git clone https://github.com/metafacture/metafacture-fix.git -b oersi
cd metafacture-fix
./gradlew install
cd ..
git clone https://github.com/clarin-eric/oai-harvest-manager -b 1.2.0
cd oai-harvest-manager
mvn clean install -DskipTests
cd ..

0 comments on commit ebf2d5d

Please sign in to comment.