Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Using latest kafka-cdi 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matzew committed May 29, 2018
1 parent ebe38fd commit 414070a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions customer-stream/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.redhat</groupId>

<parent>
<groupId>com.redhat.datastreaming</groupId>
<artifactId>clnr-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>customer-stream</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
Expand Down Expand Up @@ -68,8 +74,6 @@
<dependency>
<groupId>org.aerogear.kafka</groupId>
<artifactId>kafka-cdi-extension</artifactId>
<version>0.0.11</version>
<type>jar</type>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<properties>
<version.wildfly.swarm>2017.9.4</version.wildfly.swarm>
<version.fmp>3.5.33</version.fmp>
<kafka-cdi.version>0.0.12</kafka-cdi.version>
<kafka-cdi.version>0.1.0</kafka-cdi.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<failOnMissingWebXml>false</failOnMissingWebXml>
Expand Down

0 comments on commit 414070a

Please sign in to comment.