Skip to content

Commit

Permalink
add appconn plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
htyredc committed Oct 25, 2023
1 parent 4f62798 commit ee16d9c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions linkis-engineconn-plugins/appconn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<dependency>
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-engineconn-plugin-core</artifactId>
<version>${version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-computation-engineconn</artifactId>
<version>${version}</version>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.reflections</groupId>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-rpc</artifactId>
<version>${version}</version>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>org.hibernate.validator</groupId>
Expand All @@ -59,7 +59,7 @@
<dependency>
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-storage</artifactId>
<version>${version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.webank.wedatasphere.dss</groupId>
Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-mybatis</artifactId>
<version>${version}</version>
<version>${project.version}</version>
</dependency>

<dependency>
Expand All @@ -106,7 +106,7 @@
<dependency>
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-common</artifactId>
<version>${version}</version>
<version>${project.version}</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit ee16d9c

Please sign in to comment.