Skip to content

Commit

Permalink
Migrate to 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhofmann committed Feb 19, 2024
1 parent b89c457 commit 753b1b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@
<parent>
<groupId>de.gbv.reposis</groupId>
<artifactId>reposis_mir_parent</artifactId>
<version>2022.06-SNAPSHOT</version>
<version>2023.06-SNAPSHOT</version>
</parent>

<groupId>de.gbv.reposis</groupId>
<artifactId>reposis_dfi</artifactId>
<version>2022.06-SNAPSHOT</version>
<version>2023.06-SNAPSHOT</version>
<properties>
<MCR.AppName>dfi</MCR.AppName>
</properties>
Expand Down Expand Up @@ -102,10 +101,6 @@
<artifactId>mycore-pi</artifactId>
</dependency>
-->
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
Expand Down
3 changes: 3 additions & 0 deletions src/test/integration/dfi/resources/META-INF/persistence.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<mapping-file>META-INF/mycore-pi-mappings.xml</mapping-file>
<mapping-file>META-INF/mycore-user2-mappings.xml</mapping-file>
<mapping-file>META-INF/mycore-acl-mappings.xml</mapping-file>
<mapping-file>META-INF/mycore-jobqueue-mappings.xml</mapping-file>
<mapping-file>META-INF/mycore-viewer-mappings.xml</mapping-file>
<!-- required for MIR only: -->
<mapping-file>META-INF/mir-module-mappings.xml</mapping-file>
<properties>
Expand All @@ -21,6 +23,7 @@
<property name="hibernate.hbm2ddl.auto" value="update" />
<property name="hibernate.jdbc.batch_size" value="0" />
<property name="hibernate.show_sql" value="false" />
<property name="hibernate.auto_quote_keyword" value="true" />
</properties>
</persistence-unit>
</persistence>

0 comments on commit 753b1b9

Please sign in to comment.