On Monday 05 March 2007 03:01, Markku Saarela wrote: > Hi, > > Look at documentation > http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html > > - markku
And then when you're done reading that, change your poms to just use the geronimo-specs version: <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jms_1.1_spec</artifactId> <version>1.1</version> It's easier to deal with than trying to deal with the Sun jars. Dan > > Wim Deblauwe wrote: > > Hi, > > > > seems that the javax.jms is not correctly in the repository. Using > > mvnrepository I found that it should be in the javax.jms group, but > > looking > > into the repo (http://repo1.maven.org/maven2/javax/jms/jms/1.1/) I see > > only > > the pom, not the jar file. > > > > Who should I bother with this? > > > > regards, > > > > Wim > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
