diff --git a/core/pom.xml b/core/pom.xml index 789228d08..94ced8198 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -15,7 +15,7 @@ The essentials of Spark, including the user interface and startup scripts, excluding most optional components - 1.78.1 + 1.70 @@ -24,9 +24,6 @@ src/main/resources true - - **/spark.properties - @@ -43,7 +40,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.1.2 + 3.1.1 @@ -164,17 +161,17 @@ org.dom4j dom4j - 2.1.4 + 2.1.3 org.apache.httpcomponents.client5 httpclient5 - 5.2.3 + 5.2.1 org.apache.commons commons-lang3 - 3.15.0 + 3.12.0 org.swinglabs.swingx @@ -221,21 +218,21 @@ net.coobird thumbnailator - 0.4.20 + 0.4.18 org.bouncycastle - bcprov-jdk18on + bcprov-jdk15on ${bouncycastle.version} org.bouncycastle - bcpkix-jdk18on + bcpkix-jdk15on ${bouncycastle.version} org.bouncycastle - bctls-jdk18on + bctls-jdk15on ${bouncycastle.version} diff --git a/pom.xml b/pom.xml index 555de3b76..9f3a37275 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ UTF-8 - 4.4.8 + 4.4.6