File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments