Merge pull request #19 from andrei-ivanov/fix-build

Fix build
diff --git a/log4j-catalog/log4j-catalog-editor/pom.xml b/log4j-catalog/log4j-catalog-editor/pom.xml
index cadf944..947abae 100644
--- a/log4j-catalog/log4j-catalog-editor/pom.xml
+++ b/log4j-catalog/log4j-catalog-editor/pom.xml
@@ -62,10 +62,6 @@
     </dependency>
     <dependency>
       <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter-thymeleaf</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-devtools</artifactId>
       <optional>true</optional>
     </dependency>
diff --git a/pom.xml b/pom.xml
index 1dd4985..f8a5173 100644
--- a/pom.xml
+++ b/pom.xml
@@ -893,6 +893,7 @@
             </goals>
             <configuration>
               <skip>true</skip>
+              <resourceBundles />
             </configuration>
           </execution>
         </executions>