main #1
@@ -80,6 +80,7 @@
|
|||||||
<ox.sprintboot.web.starter.version>1.0-SNAPSHOT</ox.sprintboot.web.starter.version>
|
<ox.sprintboot.web.starter.version>1.0-SNAPSHOT</ox.sprintboot.web.starter.version>
|
||||||
<ox.basidc.common>1.0-SNAPSHOT</ox.basidc.common>
|
<ox.basidc.common>1.0-SNAPSHOT</ox.basidc.common>
|
||||||
<vs.sqlmapper.spring>1.0.0-SNAPSHOT</vs.sqlmapper.spring>
|
<vs.sqlmapper.spring>1.0.0-SNAPSHOT</vs.sqlmapper.spring>
|
||||||
|
<jjwt.version>0.9.1</jjwt.version>
|
||||||
{{- if eq .dbType "dm" }}
|
{{- if eq .dbType "dm" }}
|
||||||
<dm.driver.version>18</dm.driver.version>
|
<dm.driver.version>18</dm.driver.version>
|
||||||
<db.hiernate.dialect.version>8.1.3.140</db.hiernate.dialect.version>
|
<db.hiernate.dialect.version>8.1.3.140</db.hiernate.dialect.version>
|
||||||
@@ -371,6 +372,11 @@
|
|||||||
<artifactId>opensearch-rest-high-level-client</artifactId>
|
<artifactId>opensearch-rest-high-level-client</artifactId>
|
||||||
<version>${opensearch.version}</version>
|
<version>${opensearch.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>io.jsonwebtoken</groupId>
|
||||||
|
<artifactId>jjwt</artifactId>
|
||||||
|
<version>${jjwt.version}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.hibernate</groupId>
|
<groupId>org.hibernate</groupId>
|
||||||
<artifactId>hibernate-core</artifactId>
|
<artifactId>hibernate-core</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user