Then you should probably do, what you´ve been told by this error-message.
Add a version to your artifact you´d like to use.

For example a full artifact should look like this:


  | <dependency>
  |     <groupId>javax.mail</groupId>
  |     <artifactId>mail</artifactId>
  |     <version>1.4</version>
  | </dependency>
  | 

By the way: you can also have a look at http://www.mvnrepository.com. There you 
simply have to search for the artifact you are looking for and the complete 
code for inserting into your pom is done as well. So it´s only copy & paste.

Good luck
Thomas

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094082#4094082

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094082

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to