Skip to content

Commit f5f4c2f

Browse files
code fix
1 parent 88bb73a commit f5f4c2f

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

presto-server/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@
2727
<skipTakariLifecyclePlugin>false</skipTakariLifecyclePlugin>
2828
</properties>
2929

30-
<dependencies>
31-
<dependency>
32-
<groupId>com.facebook.presto</groupId>
33-
<artifactId>presto-native-sidecar-plugin</artifactId>
34-
<version>${project.version}</version>
35-
<type>zip</type>
36-
<scope>provided</scope>
37-
</dependency>
38-
</dependencies>
39-
4030
<build>
4131
<plugins>
4232
<plugin>

presto-server/src/main/provisio/presto.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
<include>README.txt</include>
1010
</directory>
1111
</fileSet>
12-
<fileSet>
13-
<directory>${project.build.directory}/dependency/presto-native-sidecar-plugin-${project.version}</directory>
14-
<outputDirectory>plugin//presto-native-sidecar-plugin</outputDirectory>
15-
</fileSet>
16-
1712
<!-- Launcher -->
1813
<artifactSet to="bin">
1914
<artifact id="com.facebook.airlift:launcher:tar.gz:bin:${dep.packaging.version}">

0 commit comments

Comments
 (0)