JAVA-915: Migrate hystrix to parent-boot-2

This commit is contained in:
sampadawagde 2020-04-17 12:37:42 +05:30
parent e41a34fc05
commit dc0a41fd8e
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-1</artifactId>
<artifactId>parent-boot-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-1</relativePath>
<relativePath>../parent-boot-2</relativePath>
</parent>
<dependencies>