Skip to content

Commit 1fc4d4e

Browse files
committed
upgrade druid version
1 parent 89b2a2d commit 1fc4d4e

File tree

6 files changed

+8
-5
lines changed
  • dss-appconn/appconns
  • dss-apps
    • dss-data-api/dss-data-api-server
    • dss-data-governance

6 files changed

+8
-5
lines changed

dss-appconn/appconns/dss-datachecker-appconn/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
<dependency>
102102
<groupId>com.alibaba</groupId>
103103
<artifactId>druid</artifactId>
104-
<version>1.0.28</version>
105104
</dependency>
106105
<dependency>
107106
<groupId>com.webank.wedatasphere.dss</groupId>

dss-appconn/appconns/dss-eventchecker-appconn/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
<dependency>
8787
<groupId>com.alibaba</groupId>
8888
<artifactId>druid</artifactId>
89-
<version>1.0.28</version>
9089
</dependency>
9190

9291
<dependency>

dss-apps/dss-data-api/dss-data-api-server/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
<dependency>
112112
<groupId>com.alibaba</groupId>
113113
<artifactId>druid</artifactId>
114-
<version>1.1.9</version>
115114
</dependency>
116115
<dependency>
117116
<groupId>com.webank.wedatasphere.dss</groupId>

dss-apps/dss-data-governance/dss-data-asset-server/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@
144144
<dependency>
145145
<groupId>com.alibaba</groupId>
146146
<artifactId>druid</artifactId>
147-
<version>1.1.9</version>
148147
</dependency>
149148
</dependencies>
150149

dss-apps/dss-data-governance/dss-data-governance-common/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
<dependency>
6161
<groupId>com.alibaba</groupId>
6262
<artifactId>druid</artifactId>
63-
<version>1.1.9</version>
6463
</dependency>
6564
</dependencies>
6665

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
<commons.lang.version>2.6</commons.lang.version>
6363
<xstream.version>1.4.20</xstream.version>
6464
<jersey.version>2.30.1</jersey.version>
65+
<druid.version>1.2.4</druid.version>
6566
</properties>
6667

6768
<dependencyManagement>
@@ -116,6 +117,13 @@
116117
<groupId>com.thoughtworks.xstream</groupId>
117118
<version>${xstream.version}</version>
118119
</dependency>
120+
121+
<dependency>
122+
<groupId>com.alibaba</groupId>
123+
<artifactId>druid</artifactId>
124+
<version>${druid.version}</version>
125+
</dependency>
126+
119127
</dependencies>
120128
</dependencyManagement>
121129
<build>

0 commit comments

Comments
 (0)