keeganwitt / gmock

Automatically exported from code.google.com/p/gmock
6 stars 2 forks source link

Update maven dependencies to work with groovy 1.8 #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. set up gmock to in a maven project
2. have a compile time dependency to groovy 1.8
3. have a test time dependency to gmock

With gmock I get groovy 1.7.4 pulled in and have two different version of 
groovy in the classpath what leads to problems.

gmock is version 0.8.1

Original issue reported on code.google.com by vollekan...@gmail.com on 15 Jul 2011 at 1:31

GoogleCodeExporter commented 8 years ago
Gmock 0.9 has updated to Groovy 1.8.

There is a workaround for Gmock 0.8.1, just excluding the dependency to Groovy 
1.7.4 of Gmock.

Original comment by JohnnyJianHY on 15 Jul 2011 at 1:45

GoogleCodeExporter commented 8 years ago
Where can I get gmock 0.9? I just found version 0.8.1 -> 
http://mvnrepository.com/artifact/org.gmock/gmock

Original comment by vollekan...@gmail.com on 16 Jul 2011 at 7:37

GoogleCodeExporter commented 8 years ago
0.9 is not released yet.

Original comment by JohnnyJianHY on 16 Jul 2011 at 8:34