Added dependency to envoy-common

This commit is contained in:
2019-09-28 14:18:59 +02:00
parent f8a2126f10
commit 9bae208d3f
2 changed files with 22 additions and 0 deletions

View File

@ -23,6 +23,11 @@
<artifactId>resteasy-client</artifactId>
<version>4.1.1.Final</version>
</dependency>
<dependency>
<groupId>informatik-ag-ngl</groupId>
<artifactId>envoy-common</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
<build>