From 51e573f02c5cab1f23a98de9739e56ee2ab3892d Mon Sep 17 00:00:00 2001 From: Philip Helger Date: Fri, 29 Aug 2025 17:28:20 +0200 Subject: [PATCH] Removed Java8 file --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index cf6d9f7..9e79e51 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,5 @@ The [daemon documentation](./docs/daemon.md) shows more usage details and furthe The validator distribution contains the following artifacts: 1. **validator-``.jar**: Java library for embedded use within an application -1. **validator-`-standalone.jar**: Uber-JAR for standalone usage containing all dependencies in one jar file. This file comes with JAXB *embedded* and can be used with Java 8 and Java >= 11) -1. **validator-`-java8-standalone.jar**: Uber-JAR for standalone usage with Java JDK 8 containing all dependencies in one jar file. This file file *does not* contain JAXB and depends on the bundled version of the JDK. +1. **validator-`-standalone.jar**: Uber-JAR for standalone usage containing all dependencies in one jar file. This file comes with JAXB *embedded* and can be used with Java >= 11) 1. **libs/***: directory containing all (incl. optional) dependencies of the validator