From 9bae208d3ff23e46dd2d2b024918021b2cbcdb26 Mon Sep 17 00:00:00 2001 From: kske Date: Sat, 28 Sep 2019 14:18:59 +0200 Subject: [PATCH] Added dependency to envoy-common --- .project | 17 +++++++++++++++++ pom.xml | 5 +++++ 2 files changed, 22 insertions(+) diff --git a/.project b/.project index cc0e903..36de16d 100644 --- a/.project +++ b/.project @@ -15,9 +15,26 @@ + + org.jboss.tools.jst.web.kb.kbbuilder + + + + + org.jboss.tools.cdi.core.cdibuilder + + + + + org.eclipse.wst.validation.validationbuilder + + + org.eclipse.jdt.core.javanature org.eclipse.m2e.core.maven2Nature + org.jboss.tools.jst.web.kb.kbnature + org.jboss.tools.cdi.core.cdinature diff --git a/pom.xml b/pom.xml index d04ce4b..271a900 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,11 @@ resteasy-client 4.1.1.Final + + informatik-ag-ngl + envoy-common + 0.0.1-SNAPSHOT +