-
Notifications
You must be signed in to change notification settings - Fork 30
Description
I have set of thrift files so i want generate finagle class code for this thrift files
The fallowing error is occured when i compile mvn compile command
Failed to execute goal on project beeshma: Could not resolve dependencies for project org.beeshma.example:beeshma:jar:1.0-SNAPSHOT:
The following artifacts could not be resolved: junit:junit:src:sources:4.8.1,
org.mockito:mockito-all:src:sources:1.8.5,
org.scala-tools.testing:specs_2.9.1:src:sources:1.6.9:
Could not find artifact junit:junit:src:sources:4.8.1 in scala-tools.org ..
I Tried many ways to solve this
please see below topics
https://groups.google.com/forum/#!topic/finaglers/b0T6qcrlELY
https://groups.google.com/forum/#!topic/maven-and-scala/6xLbMmaycxQ
please help us to solve this issu