Implemented a form with a single checkbox to study its behavior
[demos/spring-boot] / pom.xml
diff --git a/pom.xml b/pom.xml
index fa19ce0..0ad8f78 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter-webflux</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.projectlombok</groupId>
+                       <artifactId>lombok</artifactId>
+                       <scope>provided</scope>
+               </dependency>
 
                <dependency>
                        <groupId>org.springframework.boot</groupId>