Administrator 3 years ago
parent
commit
689c5b27f9
1 changed files with 11 additions and 1 deletions
  1. 11 1
      mybusiness/pom.xml

+ 11 - 1
mybusiness/pom.xml

@@ -23,6 +23,16 @@
 			<artifactId>leisp-common</artifactId>
 		</dependency>
 
+		<dependency>
+			<groupId>com.leisp</groupId>
+			<artifactId>leisp-system</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>com.leisp</groupId>
+			<artifactId>leisp-admin</artifactId>
+		</dependency>
+
 	</dependencies>
 
-</project>
+</project>