lhfei / hibernate-memcached

Automatically exported from code.google.com/p/hibernate-memcached
0 stars 0 forks source link

wrong dependency in pom.xml #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The group id of the dependency of spymemcached is spy instead of net.spy,
this causes maven not to find the dependency.
(I changed the group id value to net.spy locally here and it worked out fine)

Original issue reported on code.google.com by enricoma...@gmail.com on 9 Aug 2009 at 10:08

GoogleCodeExporter commented 8 years ago
If you follow the instructions for the Maven repository at 
http://code.google.com/p/hibernate-
memcached/wiki/MavenRepository it will work. The memcached dependency is in my 
repo under 
spy/memcached.
Thanks for digging in.

Original comment by raykrue...@gmail.com on 9 Aug 2009 at 1:21