summaryrefslogtreecommitdiffstats
path: root/cloud-tenant-base-dependencies-enforcer
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2022-08-15 15:30:22 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2022-08-15 15:30:22 +0200
commit019ab5615dd299e46e7b3e708682d34825a6b7db (patch)
tree9c823bcfcd5f8c97f9bd29cddcc8a37b9cf52b86 /cloud-tenant-base-dependencies-enforcer
parentc5f24b200ec24ac96897327baa9e3fef8d3e633f (diff)
Add Felix Logging to container-test
Diffstat (limited to 'cloud-tenant-base-dependencies-enforcer')
-rw-r--r--cloud-tenant-base-dependencies-enforcer/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/cloud-tenant-base-dependencies-enforcer/pom.xml b/cloud-tenant-base-dependencies-enforcer/pom.xml
index 1a83afd1be5..a30cbb86299 100644
--- a/cloud-tenant-base-dependencies-enforcer/pom.xml
+++ b/cloud-tenant-base-dependencies-enforcer/pom.xml
@@ -189,6 +189,7 @@
<include>org.apache.commons:commons-compress:1.21:jar:test</include>
<include>org.apache.commons:commons-math3:3.6.1:jar:test</include>
<include>org.apache.felix:org.apache.felix.framework:[${felix.version}]:jar:test</include>
+ <include>org.apache.felix:org.apache.felix.log:1.0.1:jar:test</include>
<include>org.apache.httpcomponents.client5:httpclient5:${httpclient5.version}:jar:test</include>
<include>org.apache.httpcomponents.core5:httpcore5:${httpclient5.version}:jar:test</include>
<include>org.apache.httpcomponents.core5:httpcore5-h2:${httpclient5.version}:jar:test</include>
@@ -227,6 +228,8 @@
<include>org.junit.vintage:junit-vintage-engine:[${junit5.version}]:jar:test</include>
<include>org.lz4:lz4-java:[${org.lz4.version}]:jar:test</include>
<include>org.opentest4j:opentest4j:1.2.0:jar:test</include>
+ <include>org.osgi:org.osgi.compendium:4.1.0:jar:test</include>
+ <include>org.osgi:org.osgi.core:4.1.0:jar:test</include>
<include>xerces:xercesImpl:2.12.1:jar:test</include>
</allowed>
</enforceDependencies>