Fix build of models
[policy/parent.git] / integration / pom.xml
index cbaf12f..864dee2 100644 (file)
 
     <dependencyManagement>
         <dependencies>
-            <!-- Spring BOM -->
-            <dependency>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-dependencies</artifactId>
-                <version>${version.springboot}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-
-            <!-- Camel BOM -->
-            <dependency>
-                <groupId>org.apache.camel.springboot</groupId>
-                <artifactId>camel-spring-boot-bom</artifactId>
-                <version>${version.camel}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
 
             <!-- Jackson - needed by glassfish jersey -->
             <dependency>
                                             <pluginExecutionFilter>
                                                 <groupId>de.jpdigital</groupId>
                                                 <artifactId>hibernate52-ddl-maven-plugin</artifactId>
-                                                <versionRange>[2.3.0,)</versionRange>
+                                                <versionRange>[2.2.0,)</versionRange>
                                                 <goals>
                                                     <goal>gen-ddl</goal>
                                                 </goals>
                                                 <ignore />
                                             </action>
                                         </pluginExecution>
+                                        <pluginExecution>
+                                            <pluginExecutionFilter>
+                                                <groupId>com.github.eirslett</groupId>
+                                                <artifactId>frontend-maven-plugin</artifactId>
+                                                <versionRange>[1.11.0,)</versionRange>
+                                                <goals>
+                                                    <goal>npm</goal>
+                                                </goals>
+                                            </pluginExecutionFilter>
+                                            <action>
+                                                <ignore />
+                                            </action>
+                                        </pluginExecution>
                                     </pluginExecutions>
                                 </lifecycleMappingMetadata>
                             </configuration>