Jun Rao created KAFKA-1876:
------------------------------
Summary: pom file for scala 2.11 should reference a specific
version
Key: KAFKA-1876
URL: https://issues.apache.org/jira/browse/KAFKA-1876
Project: Kafka
Issue Type: Bug
Affects Versions: 0.8.2
Reporter: Jun Rao
Assignee: Jun Rao
Priority: Blocker
Fix For: 0.8.2
Currently, the pom file specifies the following scala dependency for 2.11.
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11</version>
<scope>compile</scope>
</dependency>
However, there is no 2.11 in maven central (there are only 2.11.1, 2.11.2, etc).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)