answered on axis developers list "You can find it in the WAS installation directory under plugins/com.ibm.ws.runtime.jar."
Br Martin > Date: Mon, 28 Apr 2014 01:22:23 -0700 > From: [email protected] > To: [email protected] > Subject: Not able to download artifact java-ee-apis from com.ibm.websphere > > Hi Team, > > I am having trouble to download artifact java-ee-apis from from > com.ibm.websphere. > > Current dependency I have added > <dependency> > <groupId>com.ibm.websphere</groupId> > <artifactId>java-ee-apis</artifactId> > </dependency> > > Then to resolve this issue I have added below dependency. > <dependency> > <groupId>javax</groupId> > <artifactId>javaee-api</artifactId> > <version>6.0</version> > </dependency> > > After adding above dependencies build was successfully created and EAR also > but its my feeling that like I have replaced com.ibm.websphere dependency > with javax ...will it make difference in prod? will it conflict? > > What is recommended fix for this ? > > Please help me on this :) > > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Not-able-to-download-artifact-java-ee-apis-from-com-ibm-websphere-tp5792082.html > Sent from the Maven Developers mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
