From 0e25749c02c374e370c25ef9bdb5f2bbc6f3f6e6 Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Thu, 21 Sep 2017 13:14:31 +0800 Subject: [PATCH] Add javax.el dependency to test modules --- dubbo-config/dubbo-config-api/pom.xml | 2 +- dubbo-config/dubbo-config-spring/pom.xml | 5 +++++ dubbo-maven/pom.xml | 6 ++++++ dubbo-test/dubbo-test-integration/pom.xml | 4 ++++ 4 files changed, 16 insertions(+), 1 deletion(-) diff --git a/dubbo-config/dubbo-config-api/pom.xml b/dubbo-config/dubbo-config-api/pom.xml index c1e0b90d7..28f4f48b8 100644 --- a/dubbo-config/dubbo-config-api/pom.xml +++ b/dubbo-config/dubbo-config-api/pom.xml @@ -102,7 +102,7 @@ org.glassfish javax.el - ${jel_version} + test com.alibaba diff --git a/dubbo-config/dubbo-config-spring/pom.xml b/dubbo-config/dubbo-config-spring/pom.xml index b4dfe17ae..f0c7c23a1 100644 --- a/dubbo-config/dubbo-config-spring/pom.xml +++ b/dubbo-config/dubbo-config-spring/pom.xml @@ -87,6 +87,11 @@ hibernate-validator test + + org.glassfish + javax.el + test + diff --git a/dubbo-maven/pom.xml b/dubbo-maven/pom.xml index 5aafab128..ea916f0ec 100644 --- a/dubbo-maven/pom.xml +++ b/dubbo-maven/pom.xml @@ -189,6 +189,12 @@ 1.1.0.Final provided + + org.glassfish + javax.el + 3.0.1-b08 + provided + org.hibernate hibernate-validator diff --git a/dubbo-test/dubbo-test-integration/pom.xml b/dubbo-test/dubbo-test-integration/pom.xml index 5277467c7..09bab171d 100644 --- a/dubbo-test/dubbo-test-integration/pom.xml +++ b/dubbo-test/dubbo-test-integration/pom.xml @@ -112,6 +112,10 @@ org.hibernate hibernate-validator + + org.glassfish + javax.el + -- GitLab