[jboss-user] [JBoss Seam] - Re: Seam + Maven/Ant

hamtho2 do-not-reply at jboss.com
Thu Oct 11 09:38:58 EDT 2007


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




More information about the jboss-user mailing list