Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Maven artifacts?

javax.xml is since a long time part of the jre so I guess you'll not find that on maven central!

We should really get rid of this similar to how we got rid of javax.annontation.

Tom

Von meinem iPhone gesendet

> Am 29.11.2016 um 21:23 schrieb Stephan Herrmann <stephan.herrmann@xxxxxxxxx>:
> 
> More and more Eclipse artifacts are being consumed by users
> from build environments that are unaware of OSGi.
> 
> For that reason I'd like to push this bug forward:
> 
>  https://bugs.eclipse.org/484004 - Start publishing Eclipse platform artifacts to Maven central
> 
> For the result to behave well in maven builds, I'm trying to map
> all our 3rd party dependencies to their canonical GAV in Maven Central.
> 
> With some artifacts, however, I'm having difficulties to identify
> the proper maven artifact.
> 
> Could some people who know and work with these dependencies please
> help me identifying suitable maven coordinates?
> The following are standard guesses, which did not succeed:
> 
> NOT FOUND:
> ----------
> javax/xml/javax.xml/1.3.4.v201005080400
> org/apache/commons/org.apache.commons.logging/1.1.1.v201101211721
> org/apache/commons/org.apache.commons.jxpath/1.3.0.v200911051830
> org/apache/commons/org.apache.commons.codec/1.6.0.v201305230611
> org/apache/jasper/org.apache.jasper.glassfish/2.2.2.v201501141630
> org/apache/batik/org.apache.batik.css/1.7.0.v201011041433
> org/apache/batik/org.apache.batik.util/1.7.0.v201011041433
> org/apache/batik/org.apache.batik.util.gui/1.7.0.v200903091627
> org/w3c/dom/org.w3c.dom.smil/1.0.1.v200903091627
> org/w3c/dom/org.w3c.dom.svg/1.1.0.v201011041433
> org/w3c/dom/org.w3c.dom.events/3.0.0.draft20060413_v201105210656
> 
> 
> VERSION PROBLEMS:
> -----------------
> org/w3c/css/org.w3c.css.sac/1.3.1.v200903091627
> -> only 1.3 available as org.w3c.css:sac
> 
> org/sat4j/pb/org.sat4j.pb/2.3.5.v201404071733
> org/sat4j/core/org.sat4j.core/2.3.5.v201308161310
> -> only 2.3.1 available as org.sat4j:org.sat4j.core / org.sat4j:org.sat4j.pb
> 
> And then I already assumed this:
>  org/eclipse/jetty/orbit/com.sun.el/2.2.0.v201303151357
> not sure if there's a more suitable version on the net.
> 
> Please share your knowledge in the bug.
> 
> thanks!
> Stephan
> 
> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/eclipse-dev



Back to the top