Skip to content

Commit

Permalink
Minor fix pom
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftlin committed Sep 5, 2024
1 parent db7622d commit 978da23
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
1 change: 0 additions & 1 deletion exchangis-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
</plugin>

<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
</properties>

<dependencies>

<dependency>
<groupId>com.webank.wedatasphere.exchangis</groupId>
<artifactId>exchangis-common</artifactId>
Expand All @@ -29,11 +28,6 @@
<artifactId>exchangis-datasource-linkis</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.webank.wedatasphere.exchangis</groupId>
<artifactId>exchangis-common</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

<build>
Expand Down
8 changes: 0 additions & 8 deletions exchangis-engines/engineconn-plugins/datax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,6 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
<phase>none</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<linkis.datasource.version>1.5.0-wds-SNAPSHOT</linkis.datasource.version>
<streamis.version>0.1.0-SNAPSHOT</streamis.version>
<flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
<maven-spotless-maven-plugin.version>2.43.0</maven-spotless-maven-plugin.version>
<maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
<maven-enforcer-plugin.version>3.0.0</maven-enforcer-plugin.version>
<scala.version>2.11.12</scala.version>
Expand Down Expand Up @@ -189,6 +190,19 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>${maven-spotless-maven-plugin.version}</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
<phase>none</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down

0 comments on commit 978da23

Please sign in to comment.