Skip to content
Snippets Groups Projects
Commit 6a19f69b authored by jez04's avatar jez04
Browse files

test versions

parent 2dcc0515
No related merge requests found
......@@ -328,9 +328,9 @@ public class FixDirStructure {
try {
DocumentBuilder builder = DocumentBuilderFactory.newInstance().newDocumentBuilder();
Document doc = builder.parse(pom.toFile());
ifNotExistAddLib(doc, "junit-jupiter-api", "org.junit.jupiter", "5.11.0", "test");
ifNotExistAddLib(doc, "junit-jupiter-engine", "org.junit.jupiter", "5.11.0", "test");
ifNotExistAddLib(doc, "junit-jupiter-params", "org.junit.jupiter", "5.11.0", "test");
ifNotExistAddLib(doc, "junit-jupiter-api", "org.junit.jupiter", "5.10.2", "test");
ifNotExistAddLib(doc, "junit-jupiter-engine", "org.junit.jupiter", "5.10.2", "test");
ifNotExistAddLib(doc, "junit-jupiter-params", "org.junit.jupiter", "5.10.2", "test");
ifNotExistAddLib(doc, "kelvin-java-unittest-support", "cz.vsb.fei", "[0.0.2,)", "test");
ifNotExistAddRep(doc, "vsb-education-release",
"https://artifactory.cs.vsb.cz/repository/education-releases/");
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment