0 Replies Latest reply on Nov 11, 2005 3:59 PM by rwallace

    Packaged jar versions

    rwallace

      I'm trying to get the Embeddable EJB3 container to work in my unit tests with maven. To do that I'm going to try and go through the jars in the lib directory of the jboss-EJB-3.0_Embeddable_ALPHA_3.zip and create poms and deploy them to my local maven repo. The hardest thing about that will be getting all the dependencies right, but before I even get started I need to know the versions that are bundled with the zip. Nearly all the jars are just ${libname}.jar instead of ${libname}-${version}.jar so I'm at a loss as to how to proceed. Is there a list somewhere of the versions of these jars that are being bundled in the zip file?