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 9d7999c commit 591baa2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,18 @@
</target>
</configuration>
</execution>
<execution>
<id>copy-tar</id>
<phase>generate-sources</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<copy file="/code/spark-private/spark/submarine-spark-security-0.6.0.jar" todir="${jars.target.dir}" />
</target>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
Expand Down
Binary file added submarine-spark-security-0.6.0.jar
Binary file not shown.

0 comments on commit 591baa2

Please sign in to comment.