BAEL-15988 : pom files

This commit is contained in:
sampada
2020-02-11 10:39:59 +05:30
parent 03c30d1d72
commit f41b219d93
2 changed files with 246 additions and 268 deletions
@@ -19,6 +19,17 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>chaos-monkey-spring-boot</artifactId>
<version>${chaos.monkey.version}</version>
</dependency>
</dependencies>
<build>
@@ -41,5 +52,6 @@
<properties>
<!-- The main class to start by executing java -jar -->
<start-class>com.baeldung.lazyinitialization.Application</start-class>
<chaos.monkey.version>2.0.0</chaos.monkey.version>
</properties>
</project>