Skip to content

Commit

Permalink
Merge pull request #9932 from hmislk/issue#9931_Expiry_Item_Improvement
Browse files Browse the repository at this point in the history
Issue#9931 expiry item improvement  Closes #9931
  • Loading branch information
Irani96 authored Jan 2, 2025
2 parents 7adb794 + cdfb89f commit d11e20e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/META-INF/persistence.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<persistence version="2.2" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_2.xsd">
<persistence-unit name="hmisPU" transaction-type="JTA">
<provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>

<provider>org.eclipse.persistence.jpa.PersistenceProvider</provider>
<jta-data-source>${JDBC_DATASOURCE}</jta-data-source>
<exclude-unlisted-classes>false</exclude-unlisted-classes>
<properties>
Expand Down

0 comments on commit d11e20e

Please sign in to comment.