gagamel 5 лет назад
Родитель
Сommit
0503859951
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      pom.xml

+ 9 - 0
pom.xml

@@ -13,6 +13,15 @@
 	<description>STYLE24 Admin</description>
 	
 	<dependencies>
+		<!-- Maven module core -->
+		<dependency>
+			<groupId>com.style24.core</groupId>
+			<artifactId>style24.core</artifactId>
+			<version>0.0.1-SNAPSHOT</version>
+			<scope>compile</scope>
+		</dependency>
+		<!--// Maven module core -->
+		
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-security</artifactId>