Skip to content

Commit

Permalink
oxAuth: fix orm version
Browse files Browse the repository at this point in the history
Signed-off-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
  • Loading branch information
yurem committed Jun 11, 2024
1 parent 24b9a02 commit e58ff3f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<maven.min-version>3.3.9</maven.min-version>

<oxcore.version>4.4.0.sp1</oxcore.version>
<oxorm.version>4.4.0.Final</oxorm.version>
<oxeleven.version>4.4.0.Final</oxeleven.version>
<oxnotify.version>4.4.0.Final</oxnotify.version>
<oxlicense.version>4.4.0.Final</oxlicense.version>
Expand Down Expand Up @@ -174,32 +175,32 @@
<dependency>
<groupId>org.gluu</groupId>
<artifactId>gluu-orm-annotation</artifactId>
<version>${oxcore.version}</version>
<version>${oxorm.version}</version>
</dependency>
<dependency>
<groupId>org.gluu</groupId>
<artifactId>gluu-orm-ldap</artifactId>
<version>${oxcore.version}</version>
<version>${oxorm.version}</version>
</dependency>
<dependency>
<groupId>org.gluu</groupId>
<artifactId>gluu-orm-couchbase</artifactId>
<version>${oxcore.version}</version>
<version>${oxorm.version}</version>
</dependency>
<dependency>
<groupId>org.gluu</groupId>
<artifactId>gluu-orm-hybrid</artifactId>
<version>${oxcore.version}</version>
<version>${oxorm.version}</version>
</dependency>
<dependency>
<groupId>org.gluu</groupId>
<artifactId>gluu-orm-cdi</artifactId>
<version>${oxcore.version}</version>
<version>${oxorm.version}</version>
</dependency>
<dependency>
<groupId>org.gluu</groupId>
<artifactId>gluu-orm-filter</artifactId>
<version>${oxcore.version}</version>
<version>${oxorm.version}</version>
</dependency>
<dependency>
<groupId>org.gluu</groupId>
Expand Down

0 comments on commit e58ff3f

Please sign in to comment.