Browse Source

fixes #1622 (#2398)

Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
MichaelGonzalezMurillo 2 years ago
parent
commit
122f90fbb2
1 changed files with 5 additions and 0 deletions
  1. 5 0
      kafka-ui-api/pom.xml

+ 5 - 0
kafka-ui-api/pom.xml

@@ -217,6 +217,11 @@
             <artifactId>datasketches-java</artifactId>
             <version>${datasketches-java.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-devtools</artifactId>
+            <optional>true</optional>
+        </dependency>
 
     </dependencies>