Skip to content

Commit c563f96

Browse files
authored
[AINode] Remove useless groovy check (#17003)
1 parent 45aff04 commit c563f96

File tree

2 files changed

+0
-193
lines changed

2 files changed

+0
-193
lines changed

iotdb-core/ainode/pom.xml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -97,40 +97,6 @@
9797
<skip>true</skip>
9898
</configuration>
9999
</plugin>
100-
<plugin>
101-
<groupId>org.codehaus.gmaven</groupId>
102-
<artifactId>groovy-maven-plugin</artifactId>
103-
<version>2.1.1</version>
104-
<executions>
105-
<!--
106-
The python versioning follows slightly different rules than Maven.
107-
This little script makes sure the python project file is always in
108-
sync with the maven module.
109-
-->
110-
<execution>
111-
<id>sync-python-version</id>
112-
<phase>validate</phase>
113-
<goals>
114-
<goal>execute</goal>
115-
</goals>
116-
<configuration>
117-
<source>${project.basedir}/resources/syncPythonVersion.groovy</source>
118-
</configuration>
119-
</execution>
120-
</executions>
121-
<dependencies>
122-
<dependency>
123-
<groupId>org.apache.groovy</groupId>
124-
<artifactId>groovy</artifactId>
125-
<version>4.0.22</version>
126-
</dependency>
127-
<dependency>
128-
<groupId>org.apache.groovy</groupId>
129-
<artifactId>groovy-toml</artifactId>
130-
<version>4.0.22</version>
131-
</dependency>
132-
</dependencies>
133-
</plugin>
134100
<!-- Copy external resources and prepare the pom.properties file -->
135101
<plugin>
136102
<groupId>org.apache.maven.plugins</groupId>

iotdb-core/ainode/resources/syncPythonVersion.groovy

Lines changed: 0 additions & 159 deletions
This file was deleted.

0 commit comments

Comments
 (0)