Fix build of models 93/121993/3
authorJim Hahn <jrh3@att.com>
Wed, 16 Jun 2021 19:49:40 +0000 (15:49 -0400)
committerJim Hahn <jrh3@att.com>
Wed, 16 Jun 2021 20:01:47 +0000 (16:01 -0400)
A new dependency in policy-parent broke the build in policy-models.
Removed the problematic dependency.  Actually, removed both "bom"
dependencies since they would otherwise override policy's dependency
management.

Note: this may require adding them back into policy-gui and
policy-clamp.

Issue-ID: POLICY-3308
Change-Id: I898b1104081d6cf46a50d65e9f228c966d847559
Signed-off-by: Jim Hahn <jrh3@att.com>
integration/pom.xml

index dab14d4..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>