Browse Source

fix : 升级Dubbo版本+

lingfeng 1 week ago
parent
commit
c79c245078
1 changed files with 16 additions and 0 deletions
  1. 16 0
      pom.xml

+ 16 - 0
pom.xml

@@ -22,4 +22,20 @@
     <artifactId>game-center</artifactId>
     <version>0.0.1-SNAPSHOT</version>
 
+    <properties>
+        <netty.version>4.2.2.Final</netty.version>
+    </properties>
+
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>io.netty</groupId>
+                <artifactId>netty-bom</artifactId>
+                <version>${netty.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
 </project>