From c111de6d900140d5b81d139ef7adcb6e0fa71b54 Mon Sep 17 00:00:00 2001 From: Foorack Date: Sat, 3 Mar 2018 15:53:30 +0100 Subject: [PATCH] Shade in javax.activation as it is removed in JDK10 java.activation (javax.activation) was deprecated in JDK9 and is being removed in JDK10. --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2dd7b11..cb76054 100644 --- a/pom.xml +++ b/pom.xml @@ -74,6 +74,7 @@ io.netty:* commons-lang:* net.cubespace:* + javax.activation:* @@ -153,5 +154,10 @@ Yamler-Core 2.3.1-20150720.092759-2 + + com.sun.activation + javax.activation + 1.2.0 + - \ No newline at end of file +