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>
 
     <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>