Skip to content

Commit

Permalink
Revert "Updated and tested #3046"
Browse files Browse the repository at this point in the history
This reverts commit 9278d5b.
  • Loading branch information
carlosjepard committed Jan 24, 2024
1 parent 9278d5b commit aac55f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<akka.version>2.8.5</akka.version>
<apacheds.version>2.0.0.AM27</apacheds.version>
<httpcomponents.version>4.5.14</httpcomponents.version>
<commons_ip2.version>2.5.0</commons_ip2.version>
<commons_ip2.version>2.3.0</commons_ip2.version>
<metrics.version>3.2.6</metrics.version>
<roda_community_url>https://roda-community.org</roda_community_url>
<testng.groups>all</testng.groups>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ private void transformTransferredResourceIntoAnAIP(IndexService index, ModelServ
Job cachedJob, Optional<String> computedSearchScope, boolean forceSearchScope, Path jobWorkingDirectory) {
SIP sip = null;
AIP aip = null;
EARKSIP earksip = new EARKSIP();

try {
sip = earksip.parse(earkSIPPath, FSUtils.createRandomDirectory(jobWorkingDirectory));
sip = EARKSIP.parse(earkSIPPath, FSUtils.createRandomDirectory(jobWorkingDirectory));
reportItem.setSourceObjectOriginalIds(sip.getIds());
reportItem.setIngestType(sip.getStatus().toString());

Expand Down

0 comments on commit aac55f7

Please sign in to comment.