Replace lib/guava-r05.jar with version from maven central repository
--------------------------------------------------------------------
Key: CASSANDRA-1897
URL: https://issues.apache.org/jira/browse/CASSANDRA-1897
Project: Cassandra
Issue Type: Improvement
Components: Packaging
Reporter: Stephen Connolly
Fix For: 0.7.0
As part of trying to get cassandra into maven central I would like the
distributed libraries to be the same as the ones that people retrieving
cassandra from the maven repository will get.
The guava-r05.jar used by cassandra has trivial differences with the one in
maven central:
http://repo1.maven.org/maven2/com/google/guava/guava/r05/guava-r05.jar
The differences are just that the one in maven central has the following
additional meta-data files:
< created: META-INF/maven/
< created: META-INF/maven/com.google.guava/
< created: META-INF/maven/com.google.guava/guava/
< inflated: META-INF/maven/com.google.guava/guava/pom.properties
< inflated: META-INF/maven/com.google.guava/guava/pom.xml
So this is a zero risk replacement
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.