ting.yin пре 1 година
родитељ
комит
29697738e6
1 измењених фајлова са 12 додато и 0 уклоњено
  1. 12 0
      pom.xml

+ 12 - 0
pom.xml

@@ -181,6 +181,18 @@
 		</dependency>
 	</dependencies>
 
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-dependencies</artifactId>
+                <version>${spring-boot.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
     <build>
         <finalName>${project.artifactId}</finalName>
         <plugins>