Skip to content

Commit 0eac2e6

Browse files
fix: update DSpace Solr image tag and exclude spring-jcl dependency
ref: DSC-2748
1 parent e9f5c7e commit 0eac2e6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ services:
8585
# DSpace Solr container
8686
dspacesolr:
8787
container_name: dspacesolr
88-
image: "${DOCKER_REGISTRY:-docker.io}/${DOCKER_OWNER:-4science}/dspace-cris-solr:${DSPACE_VER:-dspace-cris-2025_02_x-test}"
88+
image: "${DOCKER_REGISTRY:-docker.io}/${DOCKER_OWNER:-4science}/dspace-cris-solr:${DSPACE_VER:-dspace-cris-2025_02_x}"
8989
build:
9090
context: .
9191
dockerfile: ./dspace/src/main/docker/dspace-solr/Dockerfile9

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,6 +1563,10 @@
15631563
<groupId>org.mockito</groupId>
15641564
<artifactId>mockito-core</artifactId>
15651565
</exclusion>
1566+
<exclusion>
1567+
<groupId>org.springframework</groupId>
1568+
<artifactId>spring-jcl</artifactId>
1569+
</exclusion>
15661570
</exclusions>
15671571
</dependency>
15681572
<dependency>

0 commit comments

Comments
 (0)