Demonstration of multiple dynamically instantiated beans
[demos/multiple-beans] / pom.xml
diff --git a/pom.xml b/pom.xml
index c5a9621..0c9e4dc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <artifactId>lombok</artifactId>
                        <optional>true</optional>
                </dependency>
+               <dependency>
+                       <groupId>org.webjars</groupId>
+                       <artifactId>bootstrap</artifactId>
+                       <version>4.5.2</version>
+                       <scope>runtime</scope>
+               </dependency>
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-test</artifactId>