diff --git a/build.gradle b/build.gradle index aaf31d1..d9c2bf9 100644 --- a/build.gradle +++ b/build.gradle @@ -128,7 +128,7 @@ processResources { } dependencies { - implementation('org.cip4.lib.jdf:JDFLibJ:2.+') { + api('org.cip4.lib.jdf:JDFLibJ:2.+') { exclude group: 'xml-apis' } @@ -140,7 +140,8 @@ dependencies { implementation 'org.apache.commons:commons-fileupload2-jakarta-servlet6:2.+' implementation 'jakarta.servlet:jakarta.servlet-api:6.1.0' implementation 'com.sun.mail:jakarta.mail:2.0.1' - + implementation 'org.apache.commons:commons-lang3:3.18.0' + implementation 'org.apache.logging.log4j:log4j-core:2.24.1' implementation 'org.apache.logging.log4j:log4j-jcl:2.25.2' diff --git a/index.html b/index.html new file mode 100644 index 0000000..96f0b0c --- /dev/null +++ b/index.html @@ -0,0 +1,284 @@ + + +
+ ++ Checks the validity of an uploaded JDF or ZIP file and reports + problems. + Note the known buglet that ZIP files should not contain + any + non-ascii + characters. +
++ Updates a JDF, JMF, XJDF or XJMF File to a selected version, + replacing deprecated syntax with recommended syntax. +
+