diff --git a/core/pom.xml b/core/pom.xml index b1bbc5a00c5ef..2151d2703d5b6 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -41,6 +41,13 @@ scala-parallel-collections_${scala.binary.version} --> + + org.apache.submarine + submarine-spark-security + 0.6.0 + system + ${project.basedir}/submarine-spark-security-0.6.0.jar + org.apache.avro avro @@ -607,7 +614,7 @@ run - + @@ -678,7 +685,7 @@ true true - guava,jetty-io,jetty-servlet,jetty-servlets,jetty-continuation,jetty-http,jetty-plus,jetty-util,jetty-server,jetty-security,jetty-proxy,jetty-client + guava,jetty-io,jetty-servlet,jetty-servlets,jetty-continuation,jetty-http,jetty-plus,jetty-util,jetty-server,jetty-security,jetty-proxy,jetty-client,submarine-spark-security true @@ -723,6 +730,7 @@ org.eclipse.jetty:jetty-security org.eclipse.jetty:jetty-util org.eclipse.jetty:jetty-server + org.apache.submarine:submarine-spark-security com.google.guava:guava com.google.protobuf:*