Browse Source

add 系统消息模块

18339543638 3 năm trước cách đây
mục cha
commit
6cd5ef6538
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      nb-service/app-msg/pom.xml

+ 1 - 2
nb-service/app-msg/pom.xml

@@ -3,7 +3,7 @@
          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">
     <parent>
-        <artifactId>nb-common</artifactId>
+        <artifactId>nb-service</artifactId>
         <groupId>com.tuoren</groupId>
         <version>1.0</version>
     </parent>
@@ -18,7 +18,6 @@
         <dependency>
             <groupId>com.tuoren</groupId>
             <artifactId>app-msg-api</artifactId>
-            <version>1.0</version>
         </dependency>
         <dependency>
             <groupId>com.tuoren</groupId>