• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

JAXB + Maven. Dependency sharing

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you give me, please, all needed maven-dependencies for jaxb, jax-ws? I don't actually use JAXB, I should code another part of application, but I need to write dependencies in maven for jaxb, jax-ws to build and run entire application.
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
JAXB is included in the JavaSE 6 JDK, so if you use that, you do not need to declare any dependencies for JAXB.
For JAX-WS, and JAXB if you need it, check the following repositories:
http://download.java.net/maven/1/
http://download.java.net/maven/2/
Best wishes!
 
stanislav bashkirtsev
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In JDK there is old bad version of JAXB, so we should use separate libs. I saw this repositories, but I don't want to search for every lib in it( So I want somebody to show their dependencies from their projects..
 
stanislav bashkirtsev
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here what I needed:

Thanks for your attention!
reply
    Bookmark Topic Watch Topic
  • New Topic