Level 4
February 3, 2016
Solved
unable to fine dependency in pom.xml
- February 3, 2016
- 8 replies
- 1989 views
Dear Team,
I am trying to build my existing maven project in eclipse. After importing existing maven project in my Eclipse work space, my pom.xml file is throwing error, as shown in below screenshot.
My pom.xml file is not able to get below dependency.
<dependency>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.context.support</artifactId>
<version>3.2.4.RELEASE</version>
</dependency>
<dependency>
<groupId>com.day.cq</groupId>
<artifactId>cq-replication</artifactId>
<version>5.4.2</version>
<scope>compile</scope>
</dependency>
Can I put some jar files in my Eclipse build path?
Thanks in advance.
