From 04476f3f3bc0035b25fabdcba599465ddc1d2a96 Mon Sep 17 00:00:00 2001 From: zhilingc Date: Mon, 26 Aug 2019 15:14:38 +0800 Subject: [PATCH] Add missing javax el dependency --- ingestion/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ingestion/pom.xml b/ingestion/pom.xml index 279f3e0355..b83d7105f8 100644 --- a/ingestion/pom.xml +++ b/ingestion/pom.xml @@ -141,6 +141,12 @@ + + org.glassfish + javax.el + 3.0.0 + + org.hibernate.validator hibernate-validator