File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments