Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
208 views
in Others by
I am trying to use third party Maven libraries. Its hosted at below location.

<repository>
    <id>com.teamdev</id>
    <url>http://maven.teamdev.com/repository/products</url>
</repository>

 

Where to insert above line?

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)
selected by
 
Best answer
create <repositories> tag under <project> and insert your code inside <repositories> </repositories>.

 

Hope it helps.
...