Skip to content

Commit 5e2523a

Browse files
committed
save
1 parent c4edd33 commit 5e2523a

1 file changed

Lines changed: 23 additions & 4 deletions

File tree

pom.xml

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<name>ParserNG</name>
1515
<description>Rich and Performant, Cross Platform Java Library(100% Java)...Version 1.0.3 retains high frequency execution and multi-mode/multi-functional nature
16-
And it adds a function, the rotor function, `rot` which allows users to rotates point, lines, planesand cuved surfaces, curves and functions in 3D space. Now you can know what a curve will look like when it is rotated about a certain point in a given direction.
16+
And it adds a function, the rotor function, `rot` which allows users to rotates point, lines, planesand cuved surfaces, curves and functions in 3D space. Now you can know what a curve will look like when it is rotated about a certain point in a given direction.
1717
</description>
1818
<url>https://github.com/gbenroscience/ParserNG</url>
1919

@@ -36,8 +36,8 @@
3636
<developerConnection>scm:git:ssh://github.com/gbenroscience/ParserNG.git</developerConnection>
3737
<url>https://github.com/gbenroscience/ParserNG</url>
3838
</scm>
39-
<dependencies>
40-
<!-- For tests -->
39+
<!-- <dependencies>
40+
For tests
4141
<dependency>
4242
<groupId>org.junit.jupiter</groupId>
4343
<artifactId>junit-jupiter-api</artifactId>
@@ -57,8 +57,27 @@
5757
<scope>test</scope>
5858
<type>jar</type>
5959
</dependency>
60+
</dependencies>-->
61+
<dependencies>
62+
<dependency>
63+
<groupId>org.junit.jupiter</groupId>
64+
<artifactId>junit-jupiter-api</artifactId>
65+
<version>5.10.3</version>
66+
<scope>test</scope>
67+
</dependency>
68+
<dependency>
69+
<groupId>org.junit.jupiter</groupId>
70+
<artifactId>junit-jupiter-engine</artifactId>
71+
<version>5.10.3</version>
72+
<scope>test</scope>
73+
</dependency>
74+
<dependency>
75+
<groupId>org.junit.jupiter</groupId>
76+
<artifactId>junit-jupiter-params</artifactId>
77+
<version>5.10.3</version>
78+
<scope>test</scope>
79+
</dependency>
6080
</dependencies>
61-
6281
<build>
6382
<plugins>
6483
<!-- Central Publishing Plugin (new way to deploy to Maven Central) -->

0 commit comments

Comments
 (0)