2019-10-26 17:37:05 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
2019-12-05 09:56:52 -05:00
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2019-10-26 17:37:05 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>persistence-modules</artifactId>
|
|
|
|
<name>persistence-modules</name>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>com.baeldung</groupId>
|
|
|
|
<artifactId>parent-modules</artifactId>
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
<module>activejdbc</module>
|
2020-07-07 07:18:10 -04:00
|
|
|
<module>apache-bookkeeper</module><!-- BAEL-2322 -->
|
2019-10-26 17:37:05 -04:00
|
|
|
<module>apache-cayenne</module>
|
|
|
|
<module>core-java-persistence</module>
|
2020-10-16 09:52:25 -04:00
|
|
|
<module>core-java-persistence-2</module>
|
2019-10-26 17:37:05 -04:00
|
|
|
<module>deltaspike</module>
|
|
|
|
<module>elasticsearch</module>
|
2020-08-17 01:03:20 -04:00
|
|
|
<module>flyway</module>
|
2020-08-01 16:37:30 -04:00
|
|
|
<module>flyway-repair</module>
|
2019-10-26 17:37:05 -04:00
|
|
|
<module>hbase</module>
|
|
|
|
<module>hibernate5</module>
|
|
|
|
<module>hibernate-mapping</module> <!-- long running -->
|
|
|
|
<module>hibernate-ogm</module>
|
2020-03-15 03:25:19 -04:00
|
|
|
<module>hibernate-annotations</module>
|
2020-08-17 01:03:20 -04:00
|
|
|
<module>hibernate-exceptions</module>
|
2020-05-17 09:59:02 -04:00
|
|
|
<module>hibernate-libraries</module>
|
2020-03-15 03:25:19 -04:00
|
|
|
<module>hibernate-jpa</module>
|
|
|
|
<module>hibernate-queries</module>
|
|
|
|
<module>hibernate-enterprise</module>
|
2019-10-26 17:37:05 -04:00
|
|
|
<module>influxdb</module>
|
|
|
|
<module>java-cassandra</module>
|
|
|
|
<module>java-cockroachdb</module>
|
|
|
|
<module>java-jdbi</module>
|
|
|
|
<module>java-jpa</module> <!-- long running -->
|
|
|
|
<module>java-jpa-2</module> <!-- long running -->
|
|
|
|
<module>java-mongodb</module> <!-- long running -->
|
|
|
|
<module>jnosql</module> <!-- long running -->
|
2020-09-25 17:39:32 -04:00
|
|
|
<module>jooq</module>
|
2019-10-26 17:37:05 -04:00
|
|
|
<module>jpa-hibernate-cascade-type</module>
|
|
|
|
<module>liquibase</module>
|
|
|
|
<module>orientdb</module>
|
2019-11-05 04:14:13 -05:00
|
|
|
<module>persistence-libraries</module>
|
2019-10-26 17:37:05 -04:00
|
|
|
<module>querydsl</module>
|
2019-12-05 09:56:52 -05:00
|
|
|
<module>r2dbc</module>
|
2019-10-26 17:37:05 -04:00
|
|
|
<module>redis</module>
|
2019-12-05 09:56:52 -05:00
|
|
|
<!-- <module>sirix</module> --> <!-- We haven't upgraded to java 11. Fixing in BAEL-10841 -->
|
2019-10-26 17:37:05 -04:00
|
|
|
<module>solr</module>
|
2020-01-26 20:14:04 -05:00
|
|
|
<module>spring-boot-persistence-2</module>
|
2019-10-26 17:37:05 -04:00
|
|
|
<module>spring-boot-mysql</module>
|
|
|
|
<module>spring-boot-persistence</module>
|
|
|
|
<module>spring-boot-persistence-h2</module>
|
|
|
|
<module>spring-boot-persistence-mongodb</module>
|
|
|
|
<module>spring-data-cassandra</module>
|
|
|
|
<module>spring-data-cassandra-reactive</module>
|
2020-08-16 04:06:23 -04:00
|
|
|
<module>spring-data-cosmosdb</module>
|
2019-10-26 17:37:05 -04:00
|
|
|
<module>spring-data-couchbase-2</module>
|
|
|
|
<module>spring-data-dynamodb</module>
|
|
|
|
<module>spring-data-eclipselink</module>
|
|
|
|
<module>spring-data-elasticsearch</module>
|
|
|
|
<module>spring-data-gemfire</module>
|
|
|
|
<module>spring-data-geode</module>
|
2020-08-08 16:21:57 -04:00
|
|
|
|
2020-07-19 05:06:21 -04:00
|
|
|
<module>spring-data-jpa-annotations</module>
|
|
|
|
<module>spring-data-jpa-crud</module>
|
|
|
|
<module>spring-data-jpa-enterprise</module>
|
|
|
|
<module>spring-data-jpa-filtering</module>
|
|
|
|
<module>spring-data-jpa-query</module>
|
2020-08-19 13:44:49 -04:00
|
|
|
<module>spring-data-jpa-query-2</module>
|
2020-07-19 05:06:21 -04:00
|
|
|
<module>spring-data-jpa-repo</module>
|
2020-08-19 14:18:54 -04:00
|
|
|
<module>spring-data-jpa-repo-2</module>
|
2020-08-08 16:21:57 -04:00
|
|
|
|
|
|
|
<module>spring-data-jdbc</module>
|
|
|
|
|
2019-10-26 17:37:05 -04:00
|
|
|
<module>spring-data-keyvalue</module>
|
|
|
|
<module>spring-data-mongodb</module>
|
|
|
|
<module>spring-data-neo4j</module>
|
|
|
|
<module>spring-data-redis</module>
|
|
|
|
<module>spring-data-solr</module>
|
|
|
|
<module>spring-hibernate-3</module>
|
2020-09-28 13:43:49 -04:00
|
|
|
<module>spring-hibernate-5</module> <!-- long running -->
|
2019-10-26 17:37:05 -04:00
|
|
|
<module>spring-jpa</module>
|
2020-08-15 14:02:21 -04:00
|
|
|
<module>spring-jpa-2</module>
|
2020-08-19 14:18:54 -04:00
|
|
|
<module>spring-jdbc</module>
|
2019-12-05 09:56:52 -05:00
|
|
|
<!-- <module>spring-mybatis</module> --> <!-- needs fixing in BAEL-9021 -->
|
2020-08-30 09:59:35 -04:00
|
|
|
<module>spring-persistence-simple</module>
|
2019-10-26 17:37:05 -04:00
|
|
|
</modules>
|
2019-12-05 09:56:52 -05:00
|
|
|
|
2020-07-11 14:36:27 -04:00
|
|
|
<properties>
|
|
|
|
<!-- persistence -->
|
|
|
|
<hibernate.version>5.2.17.Final</hibernate.version>
|
2020-09-23 14:10:21 -04:00
|
|
|
|
|
|
|
<!-- testing -->
|
|
|
|
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
|
|
|
|
<junit-jupiter.version>5.6.2</junit-jupiter.version>
|
|
|
|
<junit.version>4.13</junit.version>
|
2020-07-11 14:36:27 -04:00
|
|
|
</properties>
|
2019-10-26 17:37:05 -04:00
|
|
|
</project>
|