ci: 去掉 zookeeper nacos 相关的deps
This commit is contained in:
parent
a3d3e43865
commit
7807510c8e
|
@ -94,23 +94,6 @@
|
|||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.microsoft.sqlserver</groupId>
|
||||
<artifactId>mssql-jdbc</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.postgresql</groupId>
|
||||
<artifactId>postgresql</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.oracle.database.jdbc</groupId>
|
||||
<artifactId>ojdbc8</artifactId>
|
||||
<version>${oracle-database.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Zookeeper -->
|
||||
<dependency>
|
||||
<groupId>org.apache.dubbo</groupId>
|
||||
<artifactId>dubbo</artifactId>
|
||||
|
@ -122,17 +105,6 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.zookeeper</groupId>
|
||||
<artifactId>zookeeper</artifactId>
|
||||
<version>${zookeeper.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
<groupId>org.slf4j</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.curator</groupId>
|
||||
<artifactId>curator-framework</artifactId>
|
||||
|
@ -144,29 +116,6 @@
|
|||
<version>${curator.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- nacos -->
|
||||
<dependency>
|
||||
<groupId>org.apache.dubbo</groupId>
|
||||
<artifactId>dubbo-registry-nacos</artifactId>
|
||||
<version>${dubbo.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>javax.annotation-api</artifactId>
|
||||
<groupId>javax.annotation</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alibaba.nacos</groupId>
|
||||
<artifactId>nacos-api</artifactId>
|
||||
<version>${nacos.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.alibaba.nacos</groupId>
|
||||
<artifactId>nacos-client</artifactId>
|
||||
<version>${nacos.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-beanutils</groupId>
|
||||
<artifactId>commons-beanutils</artifactId>
|
||||
|
@ -309,10 +258,4 @@
|
|||
<version>${commons-dbcp2-version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
6
pom.xml
6
pom.xml
|
@ -27,7 +27,7 @@
|
|||
<easyexcel.version>3.1.1</easyexcel.version>
|
||||
<dom4j.version>2.1.3</dom4j.version>
|
||||
<guava.version>31.1-jre</guava.version>
|
||||
<pagehelper.version>5.3.2</pagehelper.version>
|
||||
<pagehelper.version>5.3.3</pagehelper.version>
|
||||
<metersphere-jmeter-functions.version>1.5</metersphere-jmeter-functions.version>
|
||||
<quartz-starter.version>1.0.7</quartz-starter.version>
|
||||
<redisson-starter.version>3.22.0</redisson-starter.version>
|
||||
|
@ -63,8 +63,6 @@
|
|||
<selenium.version>4.8.3</selenium.version>
|
||||
<jmeter-plugins-webdriver.version>4.8.3</jmeter-plugins-webdriver.version>
|
||||
<opentelemetry.version>1.22.0</opentelemetry.version>
|
||||
<oracle-database.version>19.7.0.0</oracle-database.version>
|
||||
<zookeeper.version>3.8.0</zookeeper.version>
|
||||
<commons-beanutils.version>1.9.4</commons-beanutils.version>
|
||||
<jmeter-plugins-dubbo.version>2.7.17</jmeter-plugins-dubbo.version>
|
||||
<hessian-lite.version>3.2.13</hessian-lite.version>
|
||||
|
@ -72,8 +70,6 @@
|
|||
<dec.version>0.1.2</dec.version>
|
||||
<dingtalk-sdk.version>2.0.0</dingtalk-sdk.version>
|
||||
<org-json.version>20220924</org-json.version>
|
||||
<jmeter-plugins-dubbo.version>2.7.17</jmeter-plugins-dubbo.version>
|
||||
<nacos.version>1.4.4</nacos.version>
|
||||
<minio.version>8.5.2</minio.version>
|
||||
<hikaricp.version>5.0.1</hikaricp.version>
|
||||
<xmlgraphics-commons.version>2.7</xmlgraphics-commons.version>
|
||||
|
|
Loading…
Reference in New Issue