Fix pom.
Revert to previous storm. Remove storm-kafka.
This commit is contained in:
parent
1251f4095f
commit
33bdaf29d3
14
pom.xml
14
pom.xml
@ -81,14 +81,9 @@
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.storm</groupId>
|
||||
<groupId>storm</groupId>
|
||||
<artifactId>storm</artifactId>
|
||||
<version>0.9.1-incubating</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.storm</groupId>
|
||||
<artifactId>apache-storm-source</artifactId>
|
||||
<version>0.9.1-incubating</version>
|
||||
<version>0.9.0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hpcloud</groupId>
|
||||
@ -160,11 +155,6 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>storm</groupId>
|
||||
<artifactId>storm-kafka</artifactId>
|
||||
<version>0.9.0-wip16a-scala292</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Test dependencies -->
|
||||
<dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user