summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-11-18 12:37:35 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-11-18 12:37:35 +0100
commitf0a6e9ec11836851e3029ca5f63b93243484059a (patch)
treefd2c9a63b27e88a12b2c7195ae9e08aedbec27f3 /config-model/pom.xml
parent337116886cdd4ab59c79a09e87316e3d29185386 (diff)
Support default request/response filter chain per connector
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index c0751431d03..56517b63884 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -46,6 +46,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>${protobuf.version}</version>