Re: jdom 1.1.2 references missing maven artifact

Don Corley <[email protected]>
Newsgroups gmane.comp.java.jdom.general
Message-ID <CAGDzBheK3GxN+tSMAYCmX47Wb=9OH__YTzZCOOB9hpMzwgz9jw@mail.gmail.com>
I went ahead and deployed the jaxen 1.1.3 artifact that was missing.

Unfortunately, there are a few downsteam artifacts that still can't be
found, so you'll need to exclude them.

To include jdom 1.1.2 as a dependency in your maven project, just add:
<dependency>
   <groupId>org.jdom</groupId>
   <artifactId>jdom</artifactId>
           <version>1.1.2</version>
   <scope>compile</scope>
   <exclusions>
     <exclusion>
       <groupId>maven-plugins</groupId>
       <artifactId>maven-cobertura-plugin</artifactId>
     </exclusion>
     <exclusion>
       <groupId>maven-plugins</groupId>
       <artifactId>maven-findbugs-plugin</artifactId>
     </exclusion>
   </exclusions>
</dependency>

I reworked the downstream project file, so this should be fixed in the next
version.

Cheers!

Don

_______________________________________________
To control your jdom-interest membership:
http://www.jdom.org/mailman/options/jdom-interest/[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.