vusonbmt / rosjava

Automatically exported from code.google.com/p/rosjava
0 stars 0 forks source link

Robot Brains Nexus repository missing rosjava core, messages. #154

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm having some difficulty using the suggested Maven repository 
(http://robotbrains.hideho.org/nexus/content/groups/ros-public/). It appears 
that the following dependencies are missing from the repository.

      <dependency>
         <groupId>org.ros.rosjava_core</groupId>
         <artifactId>rosjava</artifactId>
         <version>0.0.0-SNAPSHOT</version>
      </dependency>
      <dependency>
         <groupId>ros.rosjava_core</groupId>
         <artifactId>rosjava_messages</artifactId>
         <version>0.0.0-SNAPSHOT</version>
      </dependency>
   </dependencies>

Is there some fix that I can do to my configuration?

Original issue reported on code.google.com by blip...@googlemail.com on 8 Jan 2013 at 4:14