vylan / javaapiforkml

Automatically exported from code.google.com/p/javaapiforkml
0 stars 0 forks source link

Dependency on Jaxb Snapshot #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am using your library in a maven project. The current version 2.2.0 depends 
on jaxb-impl and jaxb-xjc of version 2.2-SNAPSHOT. 

In my environment I get annoying warnings in the console like that:

[INFO] Unable to find resource 'com.sun.xml.bind:jaxb-xjc:jar:2.2-SNAPSHOT' in 
repository maven2-repository.dev.java.net (http://download.java.net/maven/2)

Maybe that's a configuration issue (there is a maven proxy in place), but 
anyhow, isn't it suboptimal to have this snapshot dependency?

Is there a deeper reason to depend on a snapshot version? Are you planning to 
switch to a stable version in a future release?

Best regards,

Axel

Original issue reported on code.google.com by atze.ber...@gmail.com on 30 Nov 2012 at 1:22