Closed GoogleCodeExporter closed 9 years ago
i was using maven3 - i discovered it requires maven2.
Original comment by scro...@gmail.com
on 16 Dec 2011 at 9:21
Got the same issue ?
Did you have something to help?
And the version 0.9.5 i've got timed out on downloading objects ?
Original comment by christia...@sphere3solutions.com
on 31 Jan 2012 at 11:53
I'm having the same issue as well.
I'm using Maven 2
I have made the recommended changes to the pom file:
openid4java-0.9.6.662\samples\simple-openid\pom.xml
<dendencies>
...
<dependency>
<groupId>org.openid4java</groupId>
<artifactId>openid4java</artifactId>
<version>0.9.6</version>
<type>pom</type>
</dependency>
...
<dependency>
<groupId>org.openid4java</groupId>
<artifactId>openid4java-consumer</artifactId>
<!--artifactId>openid4java-server</artifactId-->
<!--artifactId>openid4java-infocard</artifactId-->
<!--artifactId>openid4java-xri</artifactId-->
<!--artifactId>openid4java</artifactId-->
<!--artifactId>openid4java-full</artifactId-->
<version>0.9.6</version>
<type>pom</type>
</dependency>
...
</dendencies>
Problem dependencies:
1) org.openid4java:openid4java-consumer:jar:0.9.6
2) org.openid4java:openid4java-server:jar:0.9.6
3) org.openid4java:openid4java-server-JdbcServerAssociationStore:jar:0.9.6
4) org.openid4java:openid4java-consumer-SampleConsumer:jar:0.9.6
5) org.openid4java:openid4java-server-SampleServer:jar:0.9.6
5 required artifacts are missing.
Configured repositories in settings.xml
from the specified remote repositories:
guice (http://repo2.maven.org/maven2/com/google/inject/guice/2.0/),
central2 (http://repo2.maven.org/maven2),
central (http://repo1.maven.org/maven2),
guice-snapshot (http://guice-maven.googlecode.com/svn/trunk),
openid4java snapshots repository (https://oss.sonatype.org/content/repositories/openid4java-snapshots),
apache (http://ftp.cica.es/mirrors/maven2)
Any help would be appreciated
Original comment by marcus29...@gmail.com
on 6 Mar 2012 at 9:36
Maven3 is not supported.
Original comment by Johnny.B...@gmail.com
on 1 Nov 2012 at 2:32
Original issue reported on code.google.com by
scro...@gmail.com
on 16 Dec 2011 at 8:29