2019-12-05 16:56:52 +02:00
<?xml version="1.0" encoding="UTF-8"?>
2021-05-13 22:45:35 +05:30
<project xmlns= "http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2019-10-31 20:43:47 -05:00
<modelVersion > 4.0.0</modelVersion>
<artifactId > data-jpa-application</artifactId>
<version > 0.0.1-SNAPSHOT</version>
<parent >
2019-11-11 17:20:34 +01:00
<groupId > com.baeldung.spring-boot-config-jpa-error</groupId>
<artifactId > spring-boot-config-jpa-error</artifactId>
2019-10-31 20:43:47 -05:00
<version > 0.0.1-SNAPSHOT</version>
</parent>
2019-12-05 16:56:52 +02:00
2024-04-23 18:45:06 +02:00
<properties >
<junit-jupiter.version > 5.9.3</junit-jupiter.version> <!-- Latest compatible library. NamespacedHierarchicalStore was extracted starting from 5.10.x. So, fails to compile. -->
</properties>
2024-02-27 02:49:02 +01:00
2019-10-31 20:43:47 -05:00
</project>