소스 검색

Maven module core 추가

gagamel 5 년 전
부모
커밋
4b7c585b29
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      pom.xml

+ 9 - 0
pom.xml

@@ -13,6 +13,15 @@
 	<description>STYLE24 Front</description>
 	<description>STYLE24 Front</description>
 	
 	
 	<dependencies>
 	<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>
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-security</artifactId>
 			<artifactId>spring-boot-starter-security</artifactId>