2 Replies Latest reply on Jun 25, 2008 2:56 PM by prabhat.jha

    Adding JBoss Portal dependencies to Maven pom?

      Hi,

      I'm trying to create a portlet that uses some of the JBoss portal classes. In this case, I want to use the PortalContainer class.

      In my pom, I'm trying to add it like this:


       <dependency>
       <groupId>org.jboss.portal.common</groupId>
       <artifactId>common-common</artifactId>
       <version>1.2.0</version>
       <scope>provided</scope>
       </dependency>
      


      But I get this error message:

      Missing artifact org.jboss.portal.common:common-common:jar:1.2.0:provided

      I've tried a few variations, can anyone tell me the correct way to include this?

      Thanks!