Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jersey-dev] Fwd: Missing Patch Dependencies

When building branch 5.0 from scratch, the following will be the result:

[ERROR] Failed to execute goal on project jersey-gf-ejb: Could not resolve dependencies for project org.glassfish.jersey.containers.glassfish:jersey-gf-ejb:jar:5.0.99-SNAPSHOT [ERROR] dependency: org.hibernate.validator:hibernate-validator:jar:9.1.0.Final-ee12patch1 (provided?) [ERROR]         Could not find artifact org.hibernate.validator:hibernate-validator:jar:9.1.0.Final-ee12patch1 in central (https://repo1.maven.org/maven2)

Apparently the build is dependent of something not available on maven central, so we where can those patches JARs get obtained from, and why is that repo not mentioned in our POM?

-Markus




Back to the top