1 Reply Latest reply on Apr 6, 2011 2:12 AM by philani

    Maven + jbosssx

    jahutton

      So this may be the wrong place for this question, but I need to implement a custom implementation of UsernamePasswordLoginModule and am using maven for dependency management.  The two things I'm running into are: what version of jbosssx does Jboss EAP 5.1 use (where do I find this out) and what is the group/artifact information that should be used to pull in the correct compiling dependency?

       

      Thanks.

        • 1. Maven + jbosssx
          philani

          try

           

          <dependency>

                                          <groupId>org.jboss.security</groupId>

                                          <artifactId>jboss-security-spi</artifactId>

                                          <version>2.0.2.SP2</version>

                                          <type>jar</type>

                                          <scope>compile</scope>

                                </dependency>