diff --git a/README.testing.txt b/README.testing.txt index 0ad559b..d64c21f 100644 --- a/README.testing.txt +++ b/README.testing.txt @@ -95,7 +95,7 @@ JDRunit setup. 11. Copy the ini/runitxx8Sx.ini to a file that represents the JVM used for the test. The 8S is a sample configuration for a Java 8 test on a PC. 12. Download the latest JTOpen release. java -cp JTOpen-test.jar test.JTOpenDownloadReleaseJars -13. For the IFS tests, get a copy of jcifs.jar and copy into the jar directory. +13. For the NetServer tests, get a copy of jcifs-3.0.2.jar and copy into the jar directory. 14. Copy the java certificate store to $JTOPEN_TEST_DIR. Add the necessary certificates in order to establish secure (TLS) connections to the server you are testing. diff --git a/pom.xml b/pom.xml index 1567445..944721b 100644 --- a/pom.xml +++ b/pom.xml @@ -65,12 +65,11 @@ provided - - org.codelibs - jcifs - 1.3.18.3 - - - + + org.codelibs + jcifs + 3.0.2 + compile + diff --git a/pomWar.xml b/pomWar.xml index 947d0ba..24ddd52 100644 --- a/pomWar.xml +++ b/pomWar.xml @@ -63,12 +63,12 @@ jakarta.servlet-api 6.0.0 - - org.codelibs - jcifs - 1.3.18.3 - -