Explorar el Código

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

lixing hace 4 años
padre
commit
b15b3b5f3a
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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>