0 Replies Latest reply on May 13, 2011 3:35 AM by bodtx

    jboss-as-client too many jar in maven dependencies

    bodtx

      Hello all, we use JBoss EJB client and on ly this feature. In our Maven project we have:

           <dependency>

                  <groupId>org.jboss.jbossas</groupId>

                  <artifactId>jboss-as-client</artifactId>

                  <type>pom</type>

                  <version>5.1.0.GA</version>

              </dependency>

       

      The problem is that import too many jar, so many that we encounter a bug when we launch a junit under eclipse beacause the classpath becomes too big.

       

      I'd like to know if there is a way to tune this dependencie, like exclude some items or use another dependencies specially for ejb client.

       

      Thank you