[hibernate-dev] Missing artifact org.jboss.javaee:jboss-jacc-api:jar:1.1.1-SNAPSHOT:provided

Steve Ebersole steve at hibernate.org
Sun Dec 6 10:45:20 EST 2009


http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope

On Sun, 2009-12-06 at 09:37 -0600, Paul Benedict wrote:
> Thanks Steve.
> 
> As for the the POM, perhaps it should also be given 
> <optional>true</optional>? You're right; I don't use JACC. I don't 
> always run in a JBoss container so it wouldn't be very valuable like in 
> Tomcat, for example.
> 
> Paul
> 
> On 12/6/2009 9:29 AM, Steve Ebersole wrote:
> > 1) http://repository.jboss.com/maven2 is not a SNAPSHOT repo, it only
> > serves releases.  You need http://snapshots.jboss.org/maven2/ as you see
> > certainly does contain that SNAPSHOT:
> > http://snapshots.jboss.org/maven2/org/jboss/javaee/jboss-jacc-api/1.1.1-SNAPSHOT/
> >
> > 2) Do you use jacc in conjunction with Hibernate?  If not (which I
> > assume is the case) would you really want it as an "extra" transitive
> > dep?
> >
> > On Sat, 2009-12-05 at 22:41 -0600, Paul Benedict wrote:
> >    
> >> When building Hibernate 3.5 freshly, the following dependency is missing:
> >> org.jboss.javaee:jboss-jacc-api:jar:1.1.1-SNAPSHOT
> >>
> >> Two questions:
> >> 1) I see it's not in the repo:
> >> http://repository.jboss.com/maven2/org/jboss/javaee/jboss-jacc-api/
> >> 2) Why is it scope "provided"?
> >>
> >> Paul
> >> _______________________________________________
> >> hibernate-dev mailing list
> >> hibernate-dev at lists.jboss.org
> >> https://lists.jboss.org/mailman/listinfo/hibernate-dev
> >>      
> 
-- 
Steve Ebersole <steve at hibernate.org>
Hibernate.org




More information about the hibernate-dev mailing list