Re: Maven does'nt find jar

2022-11-09 Thread Michael Osipov
Am 2022-11-09 um 15:52 schrieb Raivo Rebane: Hello I a novice user of maven and I would like to compile with maven OGC Validator, but I got error: [ERROR] /C:/Users/Raivo/teamengine/teamengine-realm/src/main/java/com/occamlab/te/realm/PasswordStorage.java:[17,22] package javax.xml.bind does

Re: Maven does'nt find jar

2022-11-09 Thread Benjamin Marwell
Hi Raivo! This is a better question for the users list. The developer list is for maven development. But long story short: javax.xml.bind got removed from Java 9+. So even if you are compiling TO java 8 (e.g. using switches like maven.compiler.release or maven.compiler.target), it will still not

Re: Maven does'nt find jar

2022-11-09 Thread Raivo Rebane
Hello I a novice user of maven and I would like to compile with maven OGC Validator, but I got error: [ERROR] /C:/Users/Raivo/teamengine/teamengine-realm/src/main/java/com/occamlab/te/realm/PasswordStorage.java:[17,22] package javax.xml.bind does not exist. But it really exist in jdk-8 and