You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2022/11/18 06:49:18 UTC

[datasketches-memory] 02/03: Missed change to pom.xml

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

leerho pushed a commit to branch IntegrateJava17_v2
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git

commit da323bd09b6d11acf8a9dd4495c3c9c951ba311c
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Nov 17 20:23:44 2022 -0800

    Missed change to pom.xml
---
 datasketches-memory-java17/pom.xml | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/datasketches-memory-java17/pom.xml b/datasketches-memory-java17/pom.xml
index dea56b0..2b6fda1 100644
--- a/datasketches-memory-java17/pom.xml
+++ b/datasketches-memory-java17/pom.xml
@@ -39,6 +39,32 @@
         <maven.compiler.target>${java.version}</maven.compiler.target>
     </properties>
 
+    <dependencyManagement>
+      <dependencies>
+        <dependency>
+          <groupId>org.testng</groupId>
+          <artifactId>testng</artifactId>
+          <version>${testng.version}</version>
+          <scope>test</scope>
+        </dependency>
+        <dependency>
+          <!-- Used for UTF8 testing -->
+          <groupId>com.google.protobuf</groupId>
+          <artifactId>protobuf-java</artifactId>
+          <version>${protobuf-java.version}</version>
+          <scope>test</scope>
+        </dependency>
+        <dependency>
+          <!-- Used for xxHash testing -->
+          <groupId>net.openhft</groupId>
+          <artifactId>zero-allocation-hashing</artifactId>
+          <version>${zero-allocation-hashing.version}</version>
+          <scope>test</scope>
+        </dependency>
+      </dependencies>
+    </dependencyManagement>
+
+
     <build>
         <pluginManagement>
             <plugins>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org