diff options
author | Jim Hahn <jrh3@att.com> | 2021-06-16 15:49:40 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-06-16 16:01:47 -0400 |
commit | 66b19bae2d3a06a373297ae8896fc31ecd9f2590 (patch) | |
tree | 709bc18eb0dee139bf235d12def976aadaf60d42 | |
parent | cc22a32fb9e2e05f8399f66a4c649ec3ad31857f (diff) |
Fix build of models
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>
-rw-r--r-- | integration/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index dab14d4a..864dee26 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -68,23 +68,6 @@ <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> |