JAVA-14445 POM Properties Cleanup - Week 28 - 2022 (#12691)
This commit is contained in:
parent
f2fb6926ce
commit
58b6560a6b
@ -48,7 +48,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.java.dev.jna</groupId>
|
<groupId>net.java.dev.jna</groupId>
|
||||||
<artifactId>jna</artifactId>
|
<artifactId>jna</artifactId>
|
||||||
<version>5.7.0</version>
|
<version>${jna.version}</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -60,6 +60,7 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
<jna.version>5.7.0</jna.version>
|
||||||
<kafka.version>2.8.0</kafka.version>
|
<kafka.version>2.8.0</kafka.version>
|
||||||
<testcontainers-kafka.version>1.15.3</testcontainers-kafka.version>
|
<testcontainers-kafka.version>1.15.3</testcontainers-kafka.version>
|
||||||
<testcontainers-jupiter.version>1.15.3</testcontainers-jupiter.version>
|
<testcontainers-jupiter.version>1.15.3</testcontainers-jupiter.version>
|
||||||
|
@ -72,7 +72,7 @@
|
|||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
<version>3.3.0</version>
|
<version>${maven-assembly-plugin.version}</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
@ -107,6 +107,7 @@
|
|||||||
<org.apache.spark.spark-streaming-kafka.version>2.4.8</org.apache.spark.spark-streaming-kafka.version>
|
<org.apache.spark.spark-streaming-kafka.version>2.4.8</org.apache.spark.spark-streaming-kafka.version>
|
||||||
<com.datastax.spark.spark-cassandra-connector.version>2.5.2</com.datastax.spark.spark-cassandra-connector.version>
|
<com.datastax.spark.spark-cassandra-connector.version>2.5.2</com.datastax.spark.spark-cassandra-connector.version>
|
||||||
<com.datastax.spark.spark-cassandra-connector-java.version>1.6.0-M1</com.datastax.spark.spark-cassandra-connector-java.version>
|
<com.datastax.spark.spark-cassandra-connector-java.version>1.6.0-M1</com.datastax.spark.spark-cassandra-connector-java.version>
|
||||||
|
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
|
||||||
<postgres.version>42.3.3</postgres.version>
|
<postgres.version>42.3.3</postgres.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
@ -165,13 +165,9 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<hsqldb.version>2.4.0</hsqldb.version>
|
|
||||||
<spock-core.version>1.1-groovy-2.4</spock-core.version>
|
|
||||||
<commons-lang3.version>3.9</commons-lang3.version>
|
<commons-lang3.version>3.9</commons-lang3.version>
|
||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
<logback.version>1.2.3</logback.version>
|
<logback.version>1.2.3</logback.version>
|
||||||
<groovy.version>2.5.7</groovy.version>
|
|
||||||
<gmavenplus-plugin.version>1.6</gmavenplus-plugin.version>
|
|
||||||
</properties>
|
</properties>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
@ -162,10 +162,7 @@
|
|||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<hsqldb.version>2.4.0</hsqldb.version>
|
|
||||||
<spock-core.version>1.1-groovy-2.4</spock-core.version>
|
|
||||||
<groovy-wslite.version>1.1.3</groovy-wslite.version>
|
<groovy-wslite.version>1.1.3</groovy-wslite.version>
|
||||||
<groovy.version>2.5.7</groovy.version>
|
|
||||||
<assembly.plugin.version>3.1.0</assembly.plugin.version>
|
<assembly.plugin.version>3.1.0</assembly.plugin.version>
|
||||||
<compiler.plugin.version>3.8.0</compiler.plugin.version>
|
<compiler.plugin.version>3.8.0</compiler.plugin.version>
|
||||||
<groovy.compiler.version>3.3.0-01</groovy.compiler.version>
|
<groovy.compiler.version>3.3.0-01</groovy.compiler.version>
|
||||||
|
@ -118,13 +118,4 @@
|
|||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<properties>
|
|
||||||
<groovy.version>2.5.6</groovy.version>
|
|
||||||
<groovy-all.version>2.5.6</groovy-all.version>
|
|
||||||
<groovy-sql.version>2.5.6</groovy-sql.version>
|
|
||||||
<hsqldb.version>2.4.0</hsqldb.version>
|
|
||||||
<spock-core.version>1.1-groovy-2.4</spock-core.version>
|
|
||||||
<gmavenplus-plugin.version>1.6</gmavenplus-plugin.version>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
</project>
|
</project>
|
@ -108,13 +108,4 @@
|
|||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<properties>
|
|
||||||
<groovy.version>2.5.6</groovy.version>
|
|
||||||
<groovy-all.version>2.5.6</groovy-all.version>
|
|
||||||
<groovy-sql.version>2.5.6</groovy-sql.version>
|
|
||||||
<hsqldb.version>2.4.0</hsqldb.version>
|
|
||||||
<spock-core.version>1.1-groovy-2.4</spock-core.version>
|
|
||||||
<gmavenplus-plugin.version>1.6</gmavenplus-plugin.version>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
</project>
|
</project>
|
@ -108,13 +108,4 @@
|
|||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<properties>
|
|
||||||
<groovy.version>2.5.6</groovy.version>
|
|
||||||
<groovy-all.version>2.5.6</groovy-all.version>
|
|
||||||
<groovy-sql.version>2.5.6</groovy-sql.version>
|
|
||||||
<hsqldb.version>2.4.0</hsqldb.version>
|
|
||||||
<spock-core.version>1.1-groovy-2.4</spock-core.version>
|
|
||||||
<gmavenplus-plugin.version>1.6</gmavenplus-plugin.version>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
</project>
|
</project>
|
@ -20,4 +20,13 @@
|
|||||||
<module>core-groovy-strings</module>
|
<module>core-groovy-strings</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<groovy.version>2.5.7</groovy.version>
|
||||||
|
<groovy-all.version>2.5.6</groovy-all.version>
|
||||||
|
<groovy-sql.version>2.5.6</groovy-sql.version>
|
||||||
|
<hsqldb.version>2.4.0</hsqldb.version>
|
||||||
|
<spock-core.version>1.1-groovy-2.4</spock-core.version>
|
||||||
|
<gmavenplus-plugin.version>1.6</gmavenplus-plugin.version>
|
||||||
|
</properties>
|
||||||
|
|
||||||
</project>
|
</project>
|
Loading…
x
Reference in New Issue
Block a user