Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
laguilarlyft committed Oct 31, 2023
1 parent 81d76fc commit 2ec1c28
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
<artifactId>scala-parallel-collections_${scala.binary.version}</artifactId>
</dependency>
--><!-- #endif scala-2.13 -->
<dependency>
<groupId>org.apache.submarine</groupId>
<artifactId>submarine-spark-security</artifactId>
<version>0.6.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/submarine-spark-security-0.6.0.jar</systemPath>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
Expand Down Expand Up @@ -607,7 +614,7 @@
<goal>run</goal>
</goals>
</execution>
<execution>
<!-- <execution>
<id>copy</id>
<phase>generate-sources</phase>
<goals>
Expand Down Expand Up @@ -654,7 +661,7 @@
<copy file="submarine-spark-security-0.6.0.jar" todir="${jars.target.dir}" />
</target>
</configuration>
</execution>
</execution>-->
</executions>
</plugin>
<plugin>
Expand All @@ -678,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
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
</includeArtifactIds>
<silent>true</silent>
</configuration>
Expand Down Expand Up @@ -723,6 +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>com.google.guava:guava</include>
<include>com.google.protobuf:*</include>
</includes>
Expand Down

0 comments on commit 2ec1c28

Please sign in to comment.