Hi Andy,
I do have Maven 3:
mvn -version
Apache Maven 3.0.3 (r1075438; 2011-02-28 17:31:09+0000)
But, for the Apache Snapshots|Releases repo I have https://
mvn help:effective-pom
I see:
<repositories>
...
<repository>
<id>apache-snapshots-repo</id>
<url>https://repository.apache.org/content/repositories/snapshots/</url>
</repository>
<repository>
<id>apache-releases-repo</id>
<url>https://repository.apache.org/content/repositories/releases/</url>
</repository>
...
</repositories>
I am double checking all the dependencies... and repositories.
Thanks,
Paolo
Andy Seaborne wrote:
> On 24/01/12 16:23, Paolo Castagna wrote:
>> Exception in thread "main" java.lang.NoSuchMethodError:
>> org.openjena.atlas.lib.Bytes.toByteBuffer(Ljava/lang/CharSequence;Ljava/nio/ByteBuffer;)I
>>
>
> I guess you have http:// for the snapshot repo. And you use maven3.
>
> Try https://
>
>
> Andy