Hello! I am testing the Spring MVC and JPA tutorial, and always got an error in the POM file:
<dependency> <groupId>com.objectdb</groupId> <artifactId>objectdb</artifactId> <version>2.0.4</version> </dependency>
There is a red flag on this dependency and says missing aritificat com.objectdb.objectdb.jar. After I remove this section, the POM file is ok. I am running Eclipse EE and following the tutorial.
I am new to Maven. What's the problem? Thanks.