• 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
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Need com.thoughtworks.xstream.annotations

 
Ranch Hand
Posts: 325
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using the Spring framework. And I use Maven to build the project; therefore, I have a pom.xml file.

I need to import com.thoughtworks.xstream.annotations and there is a free download xstream-1.3.1.jar.

I have tried to put the xstream-1.3.1.jar in the project main/java/resources directory and in the project main/webapp/WEB-INF/lib directory. But the xstream-1.3.1.jar cannot be recognized when I use pom.xml to build the project.

I think that I have to put the JAR as a dependency in my pom.xml file; however, I do not know a proper way to specify it. Please help. I can show some of my depency specifications in my pom.xml file. I just do not know how to do it for the xstream-1.3.1.jar.



 
Natalie Kopple
Ranch Hand
Posts: 325
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have figured out the answer to my question:


Thanks a lot anyway.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic