Parcourir la source

Maven module core 추가

gagamel il y a 5 ans
Parent
commit
aa275fc8ae
1 fichiers modifiés avec 9 ajouts et 0 suppressions
  1. 9 0
      pom.xml

+ 9 - 0
pom.xml

@@ -13,6 +13,15 @@
 	<description>STYLE24 Batch</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-batch</artifactId>