Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
turboFei committed Jan 18, 2024
1 parent e9e2d18 commit 9034274
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions externals/kyuubi-spark-sql-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -443,4 +443,17 @@
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>
<testOutputDirectory>target/scala-${scala.binary.version}/test-classes</testOutputDirectory>
</build>

<profiles>
<profile>
<id>spark-authz-compile</id>
<dependencies>
<dependency>
<groupId>org.apache.kyuubi</groupId>
<artifactId>kyuubi-spark-authz-shaded_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</profile>
</profiles>
</project>
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2515,5 +2515,10 @@
</plugins>
</build>
</profile>

<profile>
<!-- built in kyuubi-spark-authz-shaded module into kyuubi-spark-sql-engine -->
<id>spark-authz-compile</id>
</profile>
</profiles>
</project>

0 comments on commit 9034274

Please sign in to comment.