mirror of https://github.com/apache/cassandra
update thrift jar path name in pom.xml
Patch by eevans git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/branches/cassandra-0.5@892351 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bcdc97f6c7
commit
210a7d4bec
2
pom.xml
2
pom.xml
|
|
@ -187,7 +187,7 @@
|
|||
<artifactId>libthrift</artifactId>
|
||||
<version>UNKNOWN</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${basedir}/lib/libthrift-r808609.jar</systemPath>
|
||||
<systemPath>${basedir}/lib/libthrift-r820831.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>reardencommerce</groupId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue