Skip to content

Commit

Permalink
fix plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wcy666103 committed Jun 4, 2024
1 parent 91f7382 commit 3edf63f
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions 2-advanced/dubbo-smples-broadcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-samples-all</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.dubbo</groupId>
<version>1.0-SNAPSHOT</version>

<artifactId>dubbo-smples-broadcast</artifactId>

Expand All @@ -17,9 +13,6 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<zookeeper.version>3.8.1</zookeeper.version>
<metrics.version>4.1.12.1</metrics.version>
<snappy.version>1.1.10.5</snappy.version>
<dubbo.version>3.2.6</dubbo.version>
<spring.version>4.3.30.RELEASE</spring.version>
<log4j2.version>2.20.0</log4j2.version>
Expand Down Expand Up @@ -63,17 +56,6 @@
<artifactId>spring-context-support</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>${metrics.version}</version>
</dependency>

<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>${snappy.version}</version>
</dependency>

<dependency>
<groupId>org.apache.dubbo</groupId>
Expand Down Expand Up @@ -127,4 +109,5 @@
</plugin>
</plugins>
</build>

</project>

0 comments on commit 3edf63f

Please sign in to comment.