Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README-mdsoar.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ Confluence for information about setting up a MacBook to use the Kubernetes

### Features

* [MdsoarCustomizations](dspace/docs/MdsoarCustomizations.md) - Summary of
* [MdsoarCustomizations](/dspace/docs/MdsoarCustomizations.md) - Summary of
MD-SOAR customizations to base DSpace functionality
* [docs](dspace/docs) - additional documentation
* [docs](/dspace/docs) - additional documentation

## Customization Markings

Expand Down
11 changes: 9 additions & 2 deletions dspace-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,13 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
</dependency>
<!-- UMD Customization -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-layout-template-json</artifactId>
<scope>runtime</scope>
</dependency>
<!-- End UMD Customization -->
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
Expand Down Expand Up @@ -813,7 +820,7 @@
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>eu.openaire</groupId>
<artifactId>broker-client</artifactId>
Expand Down Expand Up @@ -847,7 +854,7 @@
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>io.findify</groupId>
<artifactId>s3mock_2.13</artifactId>
Expand Down
45 changes: 0 additions & 45 deletions dspace/bin/start-handle-server-fg

This file was deleted.

2 changes: 1 addition & 1 deletion dspace/docs/MdsoarTestPlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The MD-SOAR home page will be displayed.

* The MD-SOAR favicon (looks like a graduation cap) is displayed in the browser
tab, and that the text in the browser tab is
"MD-SOAR Open Access Repository Home"
"Maryland Shared Open Access Repository Home"
* The appropriate SSDR environment banner is displayed.
* There is an “Institutions in MD-SOAR” section

Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1619,6 +1619,13 @@
<artifactId>log4j-slf4j2-impl</artifactId>
<version>${log4j.version}</version>
</dependency>
<!-- UMD Customization -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-layout-template-json</artifactId>
<version>${log4j.version}</version>
</dependency>
<!-- End UMD Customization -->

<dependency>
<groupId>org.apache.pdfbox</groupId>
Expand Down