Skip to content

Commit

Permalink
feat: use new ORM libs
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed May 20, 2021
1 parent 2c44454 commit 84ca072
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions Server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,31 +33,45 @@
<version>${gluu.components.version}</version>
</dependency>

<!-- oxcore-persistence-ldap -->
<!-- gluu-orm-ldap -->
<dependency>
<groupId>org.gluu</groupId>
<artifactId>oxcore-persistence-ldap</artifactId>
<artifactId>gluu-orm-ldap</artifactId>
<version>${gluu.components.version}</version>
</dependency>

<!-- oxcore-persistence-couchbase -->
<!-- gluu-orm-couchbase -->
<dependency>
<groupId>org.gluu</groupId>
<artifactId>oxcore-persistence-couchbase</artifactId>
<artifactId>gluu-orm-couchbase</artifactId>
<version>${gluu.components.version}</version>
</dependency>

<!-- oxcore-persistence-hybrid -->
<!-- gluu-orm-sql -->
<dependency>
<groupId>org.gluu</groupId>
<artifactId>oxcore-persistence-hybrid</artifactId>
<artifactId>gluu-orm-sql</artifactId>
<version>${gluu.components.version}</version>
</dependency>

<!-- oxcore-persistence-annotations -->
<!-- gluu-orm-spanner -->
<dependency>
<groupId>org.gluu</groupId>
<artifactId>oxcore-persistence-annotation</artifactId>
<artifactId>gluu-orm-spanner</artifactId>
<version>${gluu.components.version}</version>
</dependency>

<!-- gluu-orm-hybrid -->
<dependency>
<groupId>org.gluu</groupId>
<artifactId>gluu-orm-hybrid</artifactId>
<version>${gluu.components.version}</version>
</dependency>

<!-- gluu-orm-annotations -->
<dependency>
<groupId>org.gluu</groupId>
<artifactId>gluu-orm-annotation</artifactId>
<version>${gluu.components.version}</version>
</dependency>

Expand Down

0 comments on commit 84ca072

Please sign in to comment.