Still this error can occur while building particular maven projects of
released brunches, trying to resolve old synapse versions as transitive
dependencies. e.g. trying to run tests-new in greg 4.5.1.

In such a case, adding following to the pom.xml of the errornous project
might be a good solutions

   <repositories>
       <repository>
           <id>snmp4j-repo</id>
           <name>SNMP4J Repository</name>
           <url>https://dist.oosnmp.net/dist/release/</url>
           <releases>
               <enabled>false</enabled>
               <updatePolicy>never</updatePolicy>
           </releases>
           <snapshots>
               <enabled>false</enabled>
           </snapshots>
       </repository>
   </repositories>

Cheers,
 - Chethiya

On Wed, Jan 23, 2013 at 11:22 AM, Chethiya Abeysinghe <cheth...@wso2.com>wrote:

>
> On Wed, Jan 23, 2013 at 9:31 AM, Dileepa Jayakody <dile...@wso2.com>wrote:
>
>> If you are building 2.1.1-wso2v1, can you please comment out this invalid
>> repo and try building?
>>
>
> Thakns Dileepa. Ya, it's better getting rid of that repo. It solved me
> getting this error.
>
>
>
> --
> Chethiya Abeysinghe
> Software Engineer; WSO2, Inc.;  http://wso2.com/
> email: cheth...@wso2.com     phone: +94 777444891
> blog: chethiya3000.blogspot.com
>
>


-- 
Chethiya Abeysinghe
Software Engineer; WSO2, Inc.;  http://wso2.com/
email: cheth...@wso2.com     phone: +94 777444891
blog: chethiya3000.blogspot.com
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to