reset password
Author Message
NishargPatel
Posts: 3
Posted 11:18 May 30, 2014 |

Hello Prof.
  I have Added Dependencies and After adding it i have face some error, and i m trying to slove it from 2 days but i can not slove. Help me to solve these.

 

Attachments:
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>
          <groupId>org.antlr</groupId>
          <artifactId>antlr4-maven-plugin</artifactId>
          <version>4.2.2</version>
      </dependency>
Dr. I have added these Dependencies Still it Shows Error.

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.