mirror of https://github.com/apache/druid.git
fix typo with kafka eight
This commit is contained in:
parent
9a4814ffc6
commit
5c1eac474e
2
pom.xml
2
pom.xml
|
@ -31,7 +31,7 @@
|
|||
<connection>scm:git:ssh://git@github.com/metamx/druid.git</connection>
|
||||
<developerConnection>scm:git:ssh://git@github.com/metamx/druid.git</developerConnection>
|
||||
<url>http://www.github.com/metamx/druid</url>
|
||||
<tag>${artifactId}-${project.version}</tag>
|
||||
<tag>${project.artifactId}-${project.version}</tag>
|
||||
</scm>
|
||||
|
||||
<prerequisites>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<dependency>
|
||||
<groupId>net.java.dev.jets3t</groupId>
|
||||
<artifactId>jets3t</artifactId>
|
||||
<version>0.8.1</version>
|
||||
<version>0.9.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.metamx</groupId>
|
||||
|
|
Loading…
Reference in New Issue