Re: Problem with maven build
Re: Problem with maven build
- Subject: Re: Problem with maven build
- From: "Markus Stoll, junidas GmbH via Webobjects-dev" <email@hidden>
- Date: Wed, 13 Jul 2022 16:39:11 +0200
never mind, I think I found the bug in wolifecycle-maven-plugin
I created a pull request
Regards
Markus
PS: now the real work with these dependencies can start, it's not yet properly
working this way either
> Am 13.07.2022 um 10:52 schrieb Markus Stoll, junidas GmbH via Webobjects-dev
> <email@hidden>:
>
> HI,
>
> I try to prepare migrating to Java 11 and for doing that I need the change
> the dependency for the wonder ERJaxWS framework.
>
> Basically
>
> <dependency>
> <groupId>javax.xml</groupId>
> <artifactId>jaxb-impl</artifactId>
> </dependency>
> <dependency>
> <groupId>com.sun.xml.ws</groupId>
> <artifactId>jaxws-rt</artifactId>
> </dependency>
>
> needs to be replaced by
>
> <dependency>
> <groupId>org.glassfish.jaxb</groupId>
> <artifactId>jaxb-runtime</artifactId>
> <version>3.0.2</version>
> </dependency>
> <dependency>
> <groupId>com.sun.xml.ws</groupId>
> <artifactId>jaxws-ri</artifactId>
> <version>3.0.2</version>
> <type>pom</type>
> </dependency>
>
>
> Everything compiles fine, BUT in the final application, I am getting one
> additional jar added
>
> com/sun/xml/ws/jaxws-ri/3.0.2/jaxws-ri-3.0.2.jar
>
> which is in fact the pom file of this dependency and no jar at all. As the
> jaxws-ri dependency is of type pom and has no jar of its own this is
> obviously wrong and I struggle getting this fixed (with this bad jar the
> application will obviously not start). I tried adding a scope for this
> dependency, but still this does not work out.
>
> Any ideas?
>
> regards
> Markus
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden