Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

Commit daa4c91

Browse files
committed
Add missing dependencies
1 parent 116f202 commit daa4c91

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

ndarray/pom.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,29 @@
3636
<java.module.name>org.tensorflow.ndarray</java.module.name>
3737
</properties>
3838

39+
<dependencies>
40+
<dependency>
41+
<groupId>org.junit.jupiter</groupId>
42+
<artifactId>junit-jupiter-api</artifactId>
43+
<scope>test</scope>
44+
</dependency>
45+
<dependency>
46+
<groupId>org.junit.jupiter</groupId>
47+
<artifactId>junit-jupiter-engine</artifactId>
48+
<scope>test</scope>
49+
</dependency>
50+
<dependency>
51+
<groupId>org.openjdk.jmh</groupId>
52+
<artifactId>jmh-core</artifactId>
53+
<scope>test</scope>
54+
</dependency>
55+
<dependency>
56+
<groupId>org.openjdk.jmh</groupId>
57+
<artifactId>jmh-generator-annprocess</artifactId>
58+
<scope>test</scope>
59+
</dependency>
60+
</dependencies>
61+
3962
<build>
4063
<plugins>
4164
<plugin>

0 commit comments

Comments
 (0)