Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions contrib/pom.xml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>1.1.2</version>
<version>8.19.8</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down Expand Up @@ -438,7 +438,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.1</version>
<version>3.18.0</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
Expand Down Expand Up @@ -556,7 +556,7 @@
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>0.13.1</version>
<version>4.0.1</version>
<optional>true</optional>
<exclusions>
<exclusion>
Expand All @@ -574,7 +574,7 @@
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-core</artifactId>
<version>4.10.1</version>
<version>9.10.1</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down Expand Up @@ -672,12 +672,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.7.0</version>
<version>2.18.6</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.7.0</version>
<version>2.12.7.1</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion demos/mobile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.1</version>
<version>3.18.0</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion demos/sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.11</artifactId>
<version>0.9.0.0</version>
<version>2.4.1</version>
<classifier>test</classifier>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion demos/twitter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.4.4</version>
<version>2.18.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion demos/uniquecount/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.1</version>
<version>3.18.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion demos/yahoofinance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.9.1.0</version>
<version>10.17.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.apex</groupId>
Expand Down
6 changes: 3 additions & 3 deletions hive/pom.xml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>0.13.1</version>
<version>4.0.1</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand All @@ -209,7 +209,7 @@
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-service</artifactId>
<version>0.13.1</version>
<version>4.2.0</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand All @@ -220,7 +220,7 @@
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-jdbc</artifactId>
<version>0.13.1</version>
<version>4.2.0</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down
21 changes: 15 additions & 6 deletions kafka/pom.xml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
under the License.

-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd' xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<modelVersion>4.0.0</modelVersion>

<parent>
Expand Down Expand Up @@ -62,8 +61,8 @@
<phase>generate-resources</phase>
<configuration>
<tasks>
<delete dir="${project.build.directory}/generated-resources/xml-javadoc"/>
<mkdir dir="${project.build.directory}/generated-resources/xml-javadoc"/>
<delete dir='${project.build.directory}/generated-resources/xml-javadoc'/>
<mkdir dir='${project.build.directory}/generated-resources/xml-javadoc'/>
</tasks>
</configuration>
<goals>
Expand Down Expand Up @@ -190,7 +189,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.11</artifactId>
<version>0.9.0.0</version>
<version>2.4.1</version>
<optional>true</optional>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -242,4 +241,14 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.11</artifactId>
<version>2.4.1</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
14 changes: 7 additions & 7 deletions library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,12 @@
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-client</artifactId>
<version>5.8.0</version>
<version>5.16.8</version>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<version>5.8.0</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -269,7 +269,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.3.1</version>
<version>2.7.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -292,7 +292,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.1</version>
<version>3.18.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -328,7 +328,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.8.3</version>
<version>1.11.0</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
Expand All @@ -353,7 +353,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.10.73</version>
<version>1.12.261</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand All @@ -364,7 +364,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.5.4</version>
<version>2.12.7.1</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand Down
19 changes: 14 additions & 5 deletions sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
under the License.

-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd' xmlns='http://maven.apache.org/POM/4.0.0' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
<modelVersion>4.0.0</modelVersion>

<parent>
Expand Down Expand Up @@ -94,7 +93,7 @@
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
<version>1.7.0</version>
<version>1.32.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.calcite.avatica</groupId>
Expand Down Expand Up @@ -160,7 +159,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.11</artifactId>
<version>0.9.0.0</version>
<version>2.4.1</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -209,4 +208,14 @@
</dependency>
</dependencies>

</project>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.11</artifactId>
<version>2.4.1</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>