Path: csiph.com!5.us.feeder.erje.net!2.eu.feeder.erje.net!feeder.erje.net!feeder1.feed.usenet.farm!feed.usenet.farm!aioe.org!bofh.it!news.nic.it!robomod From: Emmanuel Bourg Newsgroups: linux.debian.maint.java Subject: Re: To build a java package with maven Date: Sun, 21 Jun 2020 01:30:01 +0200 Message-ID: References: X-Mailbox-Line: From debian-java-request@lists.debian.org Sat Jun 20 23:26:18 2020 Old-Return-Path: X-Amavis-Spam-Status: No, score=-11.981 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, LDO_WHITELIST=-5, MURPHY_DRUGS_REL8=0.02, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H2=-0.001] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate:hard: -5.5 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Mailing-List: archive/latest/22292 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/13fa69e0-d230-6606-82c3-ebfb035f58ae@apache.org Approved: robomod@news.nic.it Lines: 15 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Sun, 21 Jun 2020 01:26:04 +0200 X-Original-Message-ID: <13fa69e0-d230-6606-82c3-ebfb035f58ae@apache.org> X-Original-References: <20200620151341.oix6h3paykxgn2ac@kubus> Xref: csiph.com linux.debian.maint.java:11710 Le 20/06/2020 à 17:13, tony mancill a écrit : > javax.activation is found in geronimo-validation-1.1-spec.jar in the > libgeronimo-validation-1.1-spec-java package. Tony is right (modulo s/activation/validation/), you want to use the libgeronimo-validation-1.1-spec-java package with the following Maven rule: s/javax.validation/org.apache.geronimo.specs/ s/validation-api/geronimo-validation_1.1_spec/ * s/.*/debian/ * * If you depend on jakarta-validation you'll have to patch all the Java classes to replace "import javax.validation" with "import jakarta.validation". Emmanuel Bourg