Skip to content

Commit 7816cc4

Browse files
authored
chore: remove unused config (#93)
1 parent cf2a7a6 commit 7816cc4

File tree

5 files changed

+4
-9
lines changed

5 files changed

+4
-9
lines changed

arex-storage-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.arextest</groupId>
88
<artifactId>arex-storage-service</artifactId>
9-
<version>1.0.27</version>
9+
<version>1.0.28</version>
1010
</parent>
1111

1212
<artifactId>arex-storage-config</artifactId>

arex-storage-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>arex-storage-service</artifactId>
77
<groupId>com.arextest</groupId>
8-
<version>1.0.27</version>
8+
<version>1.0.28</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>arex-model</artifactId>

arex-storage-web-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>arex-storage-service</artifactId>
77
<groupId>com.arextest</groupId>
8-
<version>1.0.27</version>
8+
<version>1.0.28</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>arex-storage-web-api</artifactId>

arex-storage-web-api/src/main/resources/application.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ arex:
1212
app:
1313
auth:
1414
switch: true
15-
url:
16-
report:
17-
agentload: ${arex.report.config.agent.url}/api/config/agent/load
18-
agentStatus: ${arex.report.config.agent.url}/api/config/agent/agentStatus
19-
desensitization: ${arex.report.config.agent.url}/api/desensitization/listJar
2015
config:
2116
# default for application settings
2217
application:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.arextest</groupId>
77
<artifactId>arex-storage-service</artifactId>
88
<packaging>pom</packaging>
9-
<version>1.0.27</version>
9+
<version>1.0.28</version>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>
1212
<description>Arex-storage is used for data storage.</description>

0 commit comments

Comments
 (0)