4 Replies Latest reply on Apr 1, 2013 2:53 AM by manv6

    org.richfaces.tests.components dependency needed

    manv6

      Hello all,

       

      in the following file you are making use of org.richfaces.tests.components

      https://github.com/jhuska/component-objects-showcase/blob/master/src/test/java/org/richfaces/tests/component/objects/showcase/TestWithUsingOfComponentModel.java

       

      is there any way to find the dependecy to use this library in my own tests??

       

      I tried to use

              <dependency><groupId>org.richfaces.tests</groupId>
              <artifactId>component-objects-richfaces-impl</artifactId>
             

      <version>${component.objects.version}</version>

      <dependency/>

      add the following to <properties> tag in my pom file

          <component.objects.version>0.0.1-SNAPSHOT</component.objects.version>

       

      but with no luck