This is an automated email from the ASF dual-hosted git repository.

blerer pushed a commit to branch cep-21-tcm-review
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 2d767aad7f2482d1752420356bd4eac6404f3e79
Author: Alex Petrov <[email protected]>
AuthorDate: Thu Oct 19 14:47:29 2023 +0200

    Use pinned Harry version
---
 .build/build-resolver.xml                     |   4 ++++
 .build/parent-pom-template.xml                |   5 +++--
 lib/harry-0.0.2-internal-20221121.14211-2.jar | Bin 435204 -> 0 bytes
 lib/harry-core-0.0.2-CASSANDRA-18768.jar      | Bin 0 -> 458194 bytes
 4 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.build/build-resolver.xml b/.build/build-resolver.xml
index b5509da443..889dc11bde 100644
--- a/.build/build-resolver.xml
+++ b/.build/build-resolver.xml
@@ -267,6 +267,10 @@
 
         <delete 
file="${build.lib}/netty-tcnative-boringssl-static-2.0.61.Final-windows-x86_64.jar"
 failonerror="false"/>
         <delete 
file="${build.dir.lib}/jars/netty-tcnative-boringssl-static-2.0.61.Final-windows-x86_64.jar"
 failonerror="false"/>
+
+        <copy todir="${test.lib}/jars" quiet="false">
+            <file file="${build.lib}/harry-core-0.0.2-CASSANDRA-18768.jar"/>
+       </copy>
     </target>
 
     <target name="_resolver-dist-lib_get_files">
diff --git a/.build/parent-pom-template.xml b/.build/parent-pom-template.xml
index 49878c3a42..eb9c86e65f 100644
--- a/.build/parent-pom-template.xml
+++ b/.build/parent-pom-template.xml
@@ -522,8 +522,9 @@
       <dependency>
         <groupId>org.apache.cassandra</groupId>
         <artifactId>harry-core</artifactId>
-        <version>0.0.2-SNAPSHOT</version>
-        <scope>test</scope>
+        <version>harry-core-0.0.2-CASSANDRA-18768</version>
+        <scope>system</scope>
+        
<systemPath>${test.lib}/harry-core-0.0.2-CASSANDRA-18768.jar</systemPath>
       </dependency>
       <dependency>
         <groupId>org.reflections</groupId>
diff --git a/lib/harry-0.0.2-internal-20221121.14211-2.jar 
b/lib/harry-0.0.2-internal-20221121.14211-2.jar
deleted file mode 100644
index 44bf1be4a3..0000000000
Binary files a/lib/harry-0.0.2-internal-20221121.14211-2.jar and /dev/null 
differ
diff --git a/lib/harry-core-0.0.2-CASSANDRA-18768.jar 
b/lib/harry-core-0.0.2-CASSANDRA-18768.jar
new file mode 100644
index 0000000000..292db01f06
Binary files /dev/null and b/lib/harry-core-0.0.2-CASSANDRA-18768.jar differ


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to