Skip to content

Commit

Permalink
feat(pub-period-migration) revert the publication period migration ch…
Browse files Browse the repository at this point in the history
…anges. (#1135)
  • Loading branch information
SvitlanaKovalova1 authored Jan 22, 2025
1 parent f1e0fca commit 6f68784
Show file tree
Hide file tree
Showing 40 changed files with 54 additions and 1,840 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* Do not return routing service points by default ([MODINVSTOR-1219](https://folio-org.atlassian.net/browse/MODINVSTOR-1219))
* Implement Kafka Event Publishing for Call-Number Type CRUD Operations ([MODINVSTOR-1275](https://folio-org.atlassian.net/browse/MODINVSTOR-1275))
* Extend domain events with eventId and eventTs ([MODINVSTOR-1322](https://folio-org.atlassian.net/browse/MODINVSTOR-1322))
* Revert the publication period migration changes ([MODINVSTOR-1280](https://folio-org.atlassian.net/browse/MODINVSTOR-1280))

### Bug fixes
* Add item barcode right truncation search index ([MODINVSTOR-1292](https://folio-org.atlassian.net/browse/MODINVSTOR-1292))
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<commons-lang3.version>3.17.0</commons-lang3.version>
<log4j.version>2.24.3</log4j.version>
<folio-s3-client.version>2.3.0-SNAPSHOT</folio-s3-client.version>
<google-code-gson.version>2.11.0</google-code-gson.version>

<okapi-testing.version>6.1.1</okapi-testing.version>
<junit.version>5.11.4</junit.version>
Expand Down Expand Up @@ -140,11 +139,6 @@
<artifactId>folio-s3-client</artifactId>
<version>${folio-s3-client.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>${google-code-gson.version}</version>
</dependency>

<!-- Test Dependencies -->
<dependency>
Expand Down
Loading

0 comments on commit 6f68784

Please sign in to comment.