Hey guys, I must be missing something simple. I have groovy and the tellurium dependencies in my pom, and Intellij is importing them just fine, but TelluriumJavaTestCase can never be found. Is there something else I'm supposed to add??
Thanks in advance! <dependency> <groupId>tellurium</groupId> <artifactId>tellurium-core</artifactId> <version>0.5.0</version> </dependency> <dependency> <groupId>tellurium</groupId> <artifactId>tellurium-junit-java</artifactId> <version>0.5.0</version> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> <version>1.6.0</version> </dependency> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
