4 Replies Latest reply on Aug 4, 2009 4:14 AM by jeff.yuchang

    Dependency Pack for JBoss IDM

    anil.saldhana

      Bolek/Jeff, I am wondering if one of you can gather the names of libraries that IDM is dependent on. I would like to bundle them as a zip for users to download, just the way we do for the openid pack.

        • 1. Re: Dependency Pack for JBoss IDM
          jeff.yuchang

          Actually, all the dependent libraries were put under the jbossidm-1.0.0.Beta1.zip/lib folder, the list is:

          ------------------------------
          activation.jar
          ant.jar
          ant-launcher.jar
          antlr.jar
          bsh.jar
          commons-collections.jar
          commons-logging.jar
          dom4j.jar
          ejb3-persistence.jar
          freemarker.jar
          hibernate-annotations.jar
          hibernate-cglib-repack.jar
          hibernate-commons-annotations.jar
          hibernate-core.jar
          hibernate-tools.jar
          hsqldb.jar
          javassist.jar
          jaxb-api.jar
          jaxb-impl.jar
          jbosscache-core.jar
          jboss-common-core.jar
          jboss-logging-spi.jar
          jgroups.jar
          jta.jar
          jtidy.jar
          log4j.jar
          slf4j-api.jar
          slf4j-log4j12.jar
          stax-api.jar
          xml-apis.jar
          --------------------

          if you want to know the detail version of these jars, you can run the "mvn dependency:list"

          Thanks
          Jeff

          • 2. Re: Dependency Pack for JBoss IDM
            jeff.yuchang

            well, just added the versions for those jars.

            --------
            activation-1.1.jar
            ant-1.7.0.jar
            ant-launcher-1.7.0.jar
            antlr-2.7.6.jar
            bsh-2.0b4.jar
            commons-collections-3.1.jar
            commons-logging-1.0.4.jar
            dom4j-1.6.1.jar
            ejb3-persistence-1.0.2.GA.jar
            freemarker-2.3.8.jar
            hibernate-annotations-3.4.0.GA.jar
            hibernate-cglib-repack-2.1_3.jar
            hibernate-commons-annotations-3.0.0.ga.jar
            hibernate-core-3.3.1.GA.jar
            hibernate-tools-3.2.0.ga.jar
            javassist-3.4.GA.jar
            jaxb-api-2.1.jar
            jaxb-impl-2.1.8.jar
            jbosscache-core-3.0.2.GA.jar
            jboss-common-core-2.2.10.GA.jar
            jboss-logging-spi-2.0.5.GA.jar
            jgroups-2.6.7.GA.jar
            jta-1.1.jar
            jtidy-r8-20060801.jar
            log4j-1.2.14.jar
            slf4j-api-1.5.2.jar
            slf4j-log4j12-1.5.2.jar
            stax-api-1.0-2.jar
            xml-apis-1.0.b2.jar
            --------------------------------

            • 3. Re: Dependency Pack for JBoss IDM
              anil.saldhana
              • 4. Re: Dependency Pack for JBoss IDM
                jeff.yuchang

                Committed the code into repo.