[seam-issues] [JBoss JIRA] Commented: (SEAMSECURITY-41) openid4java dependencies missing in the dist. bundle
Jozef Hartinger (JIRA)
jira-events at lists.jboss.org
Thu Mar 24 08:35:55 EDT 2011
[ https://issues.jboss.org/browse/SEAMSECURITY-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591533#comment-12591533 ]
Jozef Hartinger commented on SEAMSECURITY-41:
---------------------------------------------
Shane, what version of maven are you using? Using 3.0.1 I can still see openid4java's transitive dependencies in the dependency:tree , as mentioned above.
Besides, when building the security-openid-rp example, I can see the following jars being added into the WEB-INF/lib folder:
aopalliance-1.0.jar openid4java-consumer-SampleConsumer-0.9.5.jar picketlink-idm-spi-1.5.0.Alpha02.jar spring-beans-2.0.6.jar
commons-codec-1.2.jar openid4java-nodeps-0.9.5.jar seam-config-xml-3.0.0.CR4.jar spring-context-2.0.6.jar
commons-httpclient-3.1.jar openid4java-server-0.9.5.jar seam-international-3.0.0.CR4.jar spring-core-2.0.6.jar
commons-logging-1.0.4.jar openid4java-server-JdbcServerAssociationStore-0.9.5.jar seam-persistence-3.0.0-20110324.042305-26.jar spring-dao-2.0.6.jar
nekohtml-1.9.12.jar openid4java-server-SampleServer-0.9.5.jar seam-security-3.0.0-SNAPSHOT.jar spring-jdbc-2.0.6.jar
nekohtml-1.9.7.jar picketlink-idm-api-1.5.0.Alpha02.jar seam-security-external-3.0.0-SNAPSHOT.jar
openid4java-0.9.5.jar picketlink-idm-common-1.5.0.Alpha02.jar seam-servlet-3.0.0.CR3.jar
openid4java-consumer-0.9.5.jar picketlink-idm-core-1.5.0.Alpha02.jar seam-solder-3.0.0.CR4.jar
> openid4java dependencies missing in the dist. bundle
> ----------------------------------------------------
>
> Key: SEAMSECURITY-41
> URL: https://issues.jboss.org/browse/SEAMSECURITY-41
> Project: Seam Security
> Issue Type: Bug
> Affects Versions: 3.0.0.CR1
> Reporter: Jozef Hartinger
> Assignee: Shane Bryzak
> Fix For: 3.0.0.Final
>
>
> The openid4java declares following transitive dependencies:
> {noformat}
> +- org.openid4java:openid4java:jar:0.9.5:compile
> | +- org.openid4java:openid4java-consumer:jar:0.9.5:compile
> | | +- org.openid4java:openid4java-nodeps:jar:0.9.5:compile
> | | \- net.sourceforge.nekohtml:nekohtml:jar:1.9.7:compile
> | +- org.openid4java:openid4java-server:jar:0.9.5:compile
> | +- org.openid4java:openid4java-server-JdbcServerAssociationStore:jar:0.9.5:compile
> | | \- org.springframework:spring-jdbc:jar:2.0.6:compile
> | | +- org.springframework:spring-beans:jar:2.0.6:compile
> | | +- org.springframework:spring-context:jar:2.0.6:compile
> | | | \- aopalliance:aopalliance:jar:1.0:compile
> | | +- org.springframework:spring-core:jar:2.0.6:compile
> | | \- org.springframework:spring-dao:jar:2.0.6:compile
> | +- org.openid4java:openid4java-consumer-SampleConsumer:jar:0.9.5:compile
> | \- org.openid4java:openid4java-server-SampleServer:jar:0.9.5:compile
> {noformat}
> None of these is present in the Seam 3.0.0.CR2 distribution bundle. These dependencies shoul either be added to the bundle or excluded from the dependency definition.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list