|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | + <modelVersion>4.0.0</modelVersion> |
| 5 | + <artifactId>persistence-modules</artifactId> |
| 6 | + <name>persistence-modules</name> |
| 7 | + <packaging>pom</packaging> |
| 8 | + |
| 9 | + <parent> |
| 10 | + <groupId>com.baeldung</groupId> |
| 11 | + <artifactId>parent-modules</artifactId> |
| 12 | + <version>1.0.0-SNAPSHOT</version> |
| 13 | + <relativePath>..</relativePath> |
| 14 | + </parent> |
| 15 | + |
| 16 | + <modules> |
| 17 | + <module>activejdbc</module> |
| 18 | + <module>apache-cayenne</module> |
| 19 | + <module>core-java-persistence</module> |
| 20 | + <module>deltaspike</module> |
| 21 | + <module>flyway</module> |
| 22 | + <module>hbase</module> |
| 23 | + <module>hibernate5</module> |
| 24 | + <module>hibernate-ogm</module> |
| 25 | + <module>influxdb</module> |
| 26 | + <module>java-cassandra</module> |
| 27 | + <module>java-cockroachdb</module> |
| 28 | + <module>java-jdbi</module> |
| 29 | + <module>java-jpa</module> |
| 30 | + <module>java-mongodb</module> |
| 31 | + <module>jnosql</module> |
| 32 | + <module>liquibase</module> |
| 33 | + <module>orientdb</module> |
| 34 | + <module>querydsl</module> |
| 35 | + <module>redis</module> |
| 36 | + <module>solr</module> |
| 37 | + <module>spring-boot-h2/spring-boot-h2-database</module> |
| 38 | + <module>spring-boot-persistence</module> |
| 39 | + <module>spring-boot-persistence-mongodb</module> |
| 40 | + <module>spring-data-cassandra</module> |
| 41 | + <module>spring-data-cassandra-reactive</module> |
| 42 | + <module>spring-data-couchbase-2</module> |
| 43 | + <module>spring-data-dynamodb</module> |
| 44 | + <module>spring-data-eclipselink</module> |
| 45 | + <module>spring-data-elasticsearch</module> |
| 46 | + <module>spring-data-gemfire</module> |
| 47 | + <module>spring-data-jpa</module> |
| 48 | + <module>spring-data-keyvalue</module> |
| 49 | + <module>spring-data-mongodb</module> <!-- long --> |
| 50 | + <module>spring-data-neo4j</module> |
| 51 | + <module>spring-data-redis</module> |
| 52 | + <module>spring-data-solr</module> |
| 53 | + <module>spring-hibernate-3</module> |
| 54 | + <module>spring-hibernate-5</module> |
| 55 | + <module>spring-hibernate4</module> |
| 56 | + <module>spring-jpa</module> |
| 57 | + </modules> |
| 58 | +</project> |
0 commit comments