Skip to content

Commit

Permalink
Merge pull request #362 from confluentinc/revert-361-KSQL-388-fix-400…
Browse files Browse the repository at this point in the history
…-build-issues

Revert "Ksql 388 fix 400 build issues"
  • Loading branch information
hjafarpour authored Oct 11, 2017
2 parents a834761 + 99cc5ac commit d6acef8
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 29 deletions.
4 changes: 2 additions & 2 deletions ksql-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
</parent>

<artifactId>ksql-cli</artifactId>
Expand Down Expand Up @@ -207,4 +207,4 @@
</build>
</profile>
</profiles>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import io.confluent.ksql.util.Pair;
import io.confluent.ksql.util.PersistentQueryMetadata;
import io.confluent.ksql.util.QueryMetadata;
import org.apache.kafka.clients.admin.AdminClient;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

Expand Down
2 changes: 1 addition & 1 deletion ksql-clickstream-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
</parent>

<groupId>io.confluent.ksql</groupId>
Expand Down
4 changes: 2 additions & 2 deletions ksql-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
</parent>

<artifactId>ksql-common</artifactId>
Expand Down Expand Up @@ -111,4 +111,4 @@
</resource>
</resources>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import org.apache.kafka.streams.StreamsConfig;

import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;

Expand Down
9 changes: 7 additions & 2 deletions ksql-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
</parent>

<artifactId>ksql-engine</artifactId>
Expand Down Expand Up @@ -65,6 +65,11 @@
<artifactId>connect-api</artifactId>
</dependency>

<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>connect-json</artifactId>
</dependency>

<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-streams</artifactId>
Expand Down Expand Up @@ -194,4 +199,4 @@
</resource>
</resources>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import io.confluent.ksql.metastore.MetaStore;
import io.confluent.ksql.util.KafkaTopicClientImpl;
import io.confluent.ksql.util.KsqlConfig;
import org.apache.kafka.clients.admin.AdminClient;
import org.apache.kafka.streams.StreamsConfig;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down
4 changes: 2 additions & 2 deletions ksql-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
</parent>

<artifactId>ksql-examples</artifactId>
Expand Down Expand Up @@ -156,4 +156,4 @@
</build>
</profile>
</profiles>
</project>
</project>
4 changes: 2 additions & 2 deletions ksql-metastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
</parent>

<artifactId>ksql-metastore</artifactId>
Expand Down Expand Up @@ -102,4 +102,4 @@
</resource>
</resources>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions ksql-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
</parent>

<artifactId>ksql-parser</artifactId>
Expand Down Expand Up @@ -127,4 +127,4 @@
</resource>
</resources>
</build>
</project>
</project>
13 changes: 2 additions & 11 deletions ksql-rest-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
</parent>

<artifactId>ksql-rest-app</artifactId>
Expand All @@ -25,20 +25,11 @@
<artifactId>ksql-engine</artifactId>
</dependency>

<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.2</version>
</dependency>


<dependency>
<groupId>io.confluent</groupId>
<artifactId>kafka-json-serializer</artifactId>
</dependency>


<dependency>
<groupId>io.confluent</groupId>
<artifactId>rest-utils</artifactId>
Expand Down Expand Up @@ -154,4 +145,4 @@
</build>
</profile>
</profiles>
</project>
</project>
4 changes: 2 additions & 2 deletions ksql-serde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>0.1-SNAPSHOT</version>
</parent>

<artifactId>ksql-serde</artifactId>
Expand Down Expand Up @@ -105,4 +105,4 @@
</resource>
</resources>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
import java.util.List;
import java.util.Map;

import javax.sql.rowset.serial.SerialException;

public class KsqlDelimitedDeserializer implements Deserializer<GenericRow> {

private static final Logger log = LoggerFactory.getLogger(KsqlDelimitedDeserializer.class);
Expand Down
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>io.confluent</groupId>
<artifactId>common</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>3.3.0</version>
</parent>

<groupId>io.confluent.ksql</groupId>
<artifactId>ksql-parent</artifactId>
<packaging>pom</packaging>

<version>0.1-SNAPSHOT</version>
<modules>
<module>ksql-common</module>
<module>ksql-serde</module>
Expand All @@ -33,6 +33,8 @@
</repositories>

<properties>
<!-- remove the version control when confluent-common updates to 11.0.1 -->
<!--<kafka.version>0.11.0.1</kafka.version>-->
<airlift.version>0.29</airlift.version>
<airline.version>2.2.0</airline.version>
<antlr.version>4.7</antlr.version>
Expand Down Expand Up @@ -266,4 +268,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit d6acef8

Please sign in to comment.