Author | Message |
---|---|
NishargPatel
Posts: 3
|
Posted 11:18 May 30, 2014 |
Hello Prof.
|
armandop
Posts: 32
|
Posted 11:37 May 30, 2014 |
Have you tried adding the antlr dependency to your pom.xml?
|
NishargPatel
Posts: 3
|
Posted 11:55 May 30, 2014 |
<dependency> and Everytime it shows different missing artifact error. |
armandop
Posts: 32
|
Posted 12:14 May 30, 2014 |
Hey im also student in the class :-) humm it seems it needs a different version of the antlr package. You are trying to use the 4.X version but the error states that it needs 2.7.7 Try pulling that in. Worth a shot. |
NishargPatel
Posts: 3
|
Posted 12:32 May 30, 2014 |
Tx For the Help.... |
cysun
Posts: 2935
|
Posted 15:07 May 30, 2014 |
Most likely it's due to corrupted dependencies. See the post about common Maven problems. |