Browse Source

Merge branch 'develop-v3.0.0' of http://39.106.8.246:3003/FM-dev/fm-cloud into develop-v3.0.0

lixing 4 years ago
parent
commit
b15b3b5f3a
1 changed files with 6 additions and 0 deletions
  1. 6 0
      fm-person/pom.xml

+ 6 - 0
fm-person/pom.xml

@@ -83,6 +83,12 @@
             <version>3.0.0</version>
             <scope>compile</scope>
         </dependency>
+        <dependency>
+            <groupId>com.persagy</groupId>
+            <artifactId>fm-mybatis</artifactId>
+            <version>3.0.0</version>
+            <scope>compile</scope>
+        </dependency>
 
     </dependencies>