Skip to content

Commit

Permalink
IGNITE-22419 Remove unused version properties from pom.xml (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
superminkfan authored Jun 17, 2024
1 parent 9b79fe6 commit 1aa52cf
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 28 deletions.
6 changes: 0 additions & 6 deletions modules/aws-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,6 @@
<version>${httpclient.version}</version>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>${httpcore.version}</version>
</dependency>

<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions modules/azure-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<relativePath>../../parent-internal/pom.xml</relativePath>
</parent>

<properties>
<netty.version>4.1.101.Final</netty.version>
</properties>

<artifactId>ignite-azure-ext</artifactId>
<version>1.1.0-SNAPSHOT</version>
<url>https://ignite.apache.org</url>
Expand Down
2 changes: 1 addition & 1 deletion modules/hibernate-ext/hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb.api.version}</version>
<version>2.1</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion modules/jms11-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jms_1.1_spec</artifactId>
<version>${jms.spec.version}</version>
<version>1.1.1</version>
<scope>provided</scope>
</dependency>

Expand Down
6 changes: 5 additions & 1 deletion modules/kafka-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
<relativePath>../../parent-internal/pom.xml</relativePath>
</parent>

<properties>
<kafka.version>3.4.0</kafka.version>
</properties>

<artifactId>ignite-kafka-ext</artifactId>
<version>1.0.0-SNAPSHOT</version>
<url>https://ignite.apache.org</url>
Expand Down Expand Up @@ -148,7 +152,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>${easymock.version}</version>
<version>3.4</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions modules/mqtt-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>${paho.version}</version>
<version>1.0.2</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.github.rholder</groupId>
<artifactId>guava-retrying</artifactId>
<version>${guava.retrying.version}</version>
<version>2.0.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/ssh-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>${jsch.version}</version>
<version>0.1.54</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/twitter-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>hbc-twitter4j</artifactId>
<version>${twitter.hbc.version}</version>
<version>2.2.0</version>
<scope>provided</scope>
</dependency>

Expand Down
14 changes: 0 additions & 14 deletions modules/yarn-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,6 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</exclusion>
<exclusion>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils-core</artifactId>
</exclusion>
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
Expand All @@ -103,12 +95,6 @@
<artifactId>commons-codec</artifactId>
<version>${commons.codec.version}</version>
</dependency>

<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>${commons.beanutils.version}</version>
</dependency>
</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava16.version}</version>
<version>16.0.1</version>
</dependency>

<!-- Do not remove com.fasterxml.jackson.core:jackson-core it is required by Apache Curator at runtime -->
Expand Down
2 changes: 2 additions & 0 deletions parent-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
<spring.data32.version>3.2.5</spring.data32.version>
<spring53.version>5.3.19</spring53.version>
<spring61.version>6.1.6</spring61.version>
<activemq.version>5.12.0</activemq.version>
<aspectj.version>1.8.13</aspectj.version>

<!--
NOTE: The dependency versions below must be changed in the release branch up to
Expand Down

0 comments on commit 1aa52cf

Please sign in to comment.