Skip to content

Commit

Permalink
[Feature][scaleph-dag] replace scaleph-dag module by carp dag (#751)
Browse files Browse the repository at this point in the history
* feature: update prometheus operator 部署

* feature: replace dag by carp dag framework

* feature: replace dag by carp dag framework

* feature: replace dag by carp dag framework

---------

Co-authored-by: wangqi <[email protected]>
  • Loading branch information
kalencaya and wangqi authored Aug 25, 2024
1 parent 89c1514 commit 7e6b06e
Show file tree
Hide file tree
Showing 90 changed files with 482 additions and 3,526 deletions.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<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.10</carp.version>
<carp.version>0.0.11</carp.version>
<milky.version>1.0.13</milky.version>
<sakura.version>1.0.2</sakura.version>
<hadoop.version>3.3.4</hadoop.version>
Expand Down Expand Up @@ -498,6 +498,11 @@
<artifactId>carp-framework-common</artifactId>
<version>${carp.version}</version>
</dependency>
<dependency>
<groupId>cn.sliew</groupId>
<artifactId>carp-framework-dag</artifactId>
<version>${carp.version}</version>
</dependency>
<dependency>
<groupId>cn.sliew</groupId>
<artifactId>carp-module-security-spring</artifactId>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7e6b06e

Please sign in to comment.