Skip to content

Commit 0b6806d

Browse files
authored
Merge branch 'dev' into dev
2 parents cbbac32 + 883848f commit 0b6806d

File tree

4 files changed

+0
-37
lines changed

4 files changed

+0
-37
lines changed

dolphinscheduler-master/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@
102102
<groupId>org.codehaus.janino</groupId>
103103
<artifactId>janino</artifactId>
104104
</dependency>
105-
<dependency>
106-
<groupId>com.github.ben-manes.caffeine</groupId>
107-
<artifactId>caffeine</artifactId>
108-
</dependency>
109105

110106
<dependency>
111107
<groupId>org.apache.hbase.thirdparty</groupId>

dolphinscheduler-master/src/main/resources/application.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,6 @@ spring:
2222
jackson:
2323
time-zone: UTC
2424
date-format: "yyyy-MM-dd HH:mm:ss"
25-
cache:
26-
# default enable cache, you can disable by `type: none`
27-
type: none
28-
cache-names:
29-
- tenant
30-
- user
31-
- processDefinition
32-
- processTaskRelation
33-
- taskDefinition
34-
caffeine:
35-
spec: maximumSize=100,expireAfterWrite=300s,recordStats
3625
datasource:
3726
driver-class-name: org.postgresql.Driver
3827
url: jdbc:postgresql://127.0.0.1:5432/dolphinscheduler

dolphinscheduler-master/src/test/resources/application.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,6 @@ spring:
2020
jackson:
2121
time-zone: UTC
2222
date-format: "yyyy-MM-dd HH:mm:ss"
23-
cache:
24-
# default enable cache, you can disable by `type: none`
25-
type: none
26-
cache-names:
27-
- tenant
28-
- user
29-
- processDefinition
30-
- processTaskRelation
31-
- taskDefinition
32-
caffeine:
33-
spec: maximumSize=100,expireAfterWrite=300s,recordStats
3423
datasource:
3524
driver-class-name: org.postgresql.Driver
3625
url: jdbc:postgresql://127.0.0.1:5432/dolphinscheduler

dolphinscheduler-standalone-server/src/main/resources/application.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,6 @@ spring:
2323
date-format: "yyyy-MM-dd HH:mm:ss"
2424
banner:
2525
charset: UTF-8
26-
cache:
27-
# default enable cache, you can disable by `type: none`
28-
type: none
29-
cache-names:
30-
- tenant
31-
- user
32-
- processDefinition
33-
- processTaskRelation
34-
- taskDefinition
35-
caffeine:
36-
spec: maximumSize=100,expireAfterWrite=300s,recordStats
3726
sql:
3827
init:
3928
schema-locations: classpath:sql/dolphinscheduler_h2.sql

0 commit comments

Comments
 (0)