Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
laguilarlyft committed Nov 1, 2023
1 parent 2ec1c28 commit a7ccad3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Binary file not shown.
Binary file removed core/original-submarine-spark-security-0.6.0.jar
Binary file not shown.
12 changes: 6 additions & 6 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
</dependency>
--><!-- #endif scala-2.13 -->
<dependency>
<groupId>org.apache.submarine</groupId>
<artifactId>submarine-spark-security</artifactId>
<version>0.6.0</version>
<groupId>org.apache.kyuubi</groupId>
<artifactId>kyuubi-spark-authz</artifactId>
<version>1.9.0-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/submarine-spark-security-0.6.0.jar</systemPath>
<systemPath>${project.basedir}/kyuubi-spark-authz-shaded_2.12-1.9.0-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
Expand Down Expand Up @@ -685,7 +685,7 @@
<overWriteIfNewer>true</overWriteIfNewer>
<useSubDirectoryPerType>true</useSubDirectoryPerType>
<includeArtifactIds>
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
guava,jetty-io,jetty-servlet,jetty-servlets,jetty-continuation,jetty-http,jetty-plus,jetty-util,jetty-server,jetty-security,jetty-proxy,jetty-client,kyuubi-spark-authz
</includeArtifactIds>
<silent>true</silent>
</configuration>
Expand Down Expand Up @@ -730,7 +730,7 @@
<include>org.eclipse.jetty:jetty-security</include>
<include>org.eclipse.jetty:jetty-util</include>
<include>org.eclipse.jetty:jetty-server</include>
<include>org.apache.submarine:submarine-spark-security</include>
<include>org.apache.kyuubi:kyuubi-spark-authz</include>
<include>com.google.guava:guava</include>
<include>com.google.protobuf:*</include>
</includes>
Expand Down
Binary file removed core/submarine-spark-security-0.6.0.jar
Binary file not shown.
Binary file removed original-submarine-spark-security-0.6.0.jar
Binary file not shown.
Binary file removed submarine-spark-security-0.6.0.jar
Binary file not shown.

0 comments on commit a7ccad3

Please sign in to comment.