Skip to content

Commit

Permalink
[Feature][scaleph-security] replace security by carp security module (#…
Browse files Browse the repository at this point in the history
…745)

* feature: update TransferTable component

* feature: replace scaleph-datasource by carp datasource module

* feature: update datasource web

* feature: update datasource web

* feature: update datasource web

* feature: update datasource web

* feature: update datasource web

* feature: update datasource web

* feature: upgrade carp to 0.0.7

* feature: replace security module

* feature: update carp-security

* feature: update carp-security

* feature: update carp-security

* feature: update carp-security

* feature: update carp-security

* feature: replace security module

---------

Co-authored-by: wangqi <[email protected]>
  • Loading branch information
kalencaya and wangqi authored Aug 11, 2024
1 parent 6a9d577 commit f53db8b
Show file tree
Hide file tree
Showing 89 changed files with 1,497 additions and 4,563 deletions.
12 changes: 8 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<docker.build.skip>true</docker.build.skip>
<docker.push.skip>true</docker.push.skip>

<spring.boot.version>3.2.5</spring.boot.version>
<spring.boot.version>3.3.0</spring.boot.version>
<spring.cloud.version>2023.0.1</spring.cloud.version>
<mybatis.version>3.0.3</mybatis.version>
<mybatis.plus.version>3.5.6</mybatis.plus.version>
Expand Down Expand Up @@ -151,13 +151,12 @@
<okhttp.version>4.10.0</okhttp.version>
<guava.version>32.1.3-jre</guava.version>
<minio.version>8.3.8</minio.version>
<carp.version>0.0.4</carp.version>
<carp.version>0.0.9</carp.version>
<milky.version>1.0.13</milky.version>
<sakura.version>1.0.2</sakura.version>
<hadoop.version>3.3.4</hadoop.version>
<hive.version>3.1.3</hive.version>
<akka.version>2.6.21</akka.version>
<pekko.version>1.0.3-M1</pekko.version>
<pekko.version>1.1.0-M1</pekko.version>
<protobuf.version>3.21.5</protobuf.version>
<netty.version>4.1.82.Final</netty.version>
<flink.version>1.18.1</flink.version>
Expand Down Expand Up @@ -509,6 +508,11 @@
<artifactId>carp-module-system</artifactId>
<version>${carp.version}</version>
</dependency>
<dependency>
<groupId>cn.sliew</groupId>
<artifactId>carp-module-datasource</artifactId>
<version>${carp.version}</version>
</dependency>
<dependency>
<groupId>cn.sliew</groupId>
<artifactId>milky-common</artifactId>
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit f53db8b

Please sign in to comment.