Skip to content

Commit

Permalink
optimize import
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoPhilipse committed Aug 7, 2023
1 parent fcec336 commit bb3ae07
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<!--Metadata common-->
<dependency>
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-metadata-query-common</artifactId>
<artifactId>linkis-pes-common</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependencies>
<dependency>
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-metadata-query-common</artifactId>
<artifactId>linkis-pes-common</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependencies>
<dependency>
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-metadata-query-common</artifactId>
<artifactId>linkis-pes-common</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependencies>
<dependency>
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-metadata-query-common</artifactId>
<artifactId>linkis-pes-common</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependencies>
<dependency>
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-metadata-query-common</artifactId>
<artifactId>linkis-pes-common</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependencies>
<dependency>
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-metadata-query-common</artifactId>
<artifactId>linkis-pes-common</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependencies>
<dependency>
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-metadata-query-common</artifactId>
<artifactId>linkis-pes-common</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
5 changes: 0 additions & 5 deletions linkis-public-enhancements/linkis-pes-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@
<artifactId>linkis-gateway-httpclient-support</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-metadata-query-common</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

<build>
Expand Down
5 changes: 0 additions & 5 deletions linkis-public-enhancements/linkis-pes-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@
</dependencies>

<build>
<resources>
<resource>
<directory>${basedir}/src/main/resources</directory>
</resource>
</resources>
<plugins>
<plugin>
<groupId>net.alchim31.maven</groupId>
Expand Down

This file was deleted.

0 comments on commit bb3ae07

Please sign in to comment.