Skip to content
Snippets Groups Projects
Commit 6ae70500 authored by Jason Tedor's avatar Jason Tedor
Browse files

Elasticsearch 5: Revert unrelated changes

This commit reverts some unrelated changes to POMs for other bindings,
perhaps made inadvertently while merging master into a development
branch.
parent 1774d626
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Copyright (c) 2012 - 2017 YCSB contributors. All rights reserved. Copyright (c) 2012 - 2016 YCSB contributors. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you Licensed under the Apache License, Version 2.0 (the "License"); you
may not use this file except in compliance with the License. You may not use this file except in compliance with the License. You
...@@ -40,7 +40,7 @@ LICENSE file. ...@@ -40,7 +40,7 @@ LICENSE file.
<dependency> <dependency>
<groupId>org.apache.thrift</groupId> <groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId> <artifactId>libthrift</artifactId>
<version>0.8.0</version> <version>${thrift.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.hypertable</groupId> <groupId>org.hypertable</groupId>
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Copyright (c) 2012 - 2017 YCSB contributors. All rights reserved. Copyright (c) 2012 - 2016 YCSB contributors. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you Licensed under the Apache License, Version 2.0 (the "License"); you
may not use this file except in compliance with the License. You may not use this file except in compliance with the License. You
...@@ -33,7 +33,7 @@ LICENSE file. ...@@ -33,7 +33,7 @@ LICENSE file.
<dependency> <dependency>
<groupId>org.apache.openjpa</groupId> <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-jdbc</artifactId> <artifactId>openjpa-jdbc</artifactId>
<version>2.1.1</version> <version>${openjpa.jdbc.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.yahoo.ycsb</groupId> <groupId>com.yahoo.ycsb</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment