How to check the bundle we are going to install having dependency on other bundle?
How to check particular package we are doing to upload , build having dependency on number of bundles?
Solved! Go to Solution.
Views
Replies
Total Likes
Ex: For Jquery 1.7.2 , if you goto
http://mvnrepository.com/artifact/com.efsavage.jquery/jquery-maven/1.7.2
it list all the dependency package/bundle as well and in this case it is 'javax.servlet-api'
Views
Replies
Total Likes
if its an external bundle, all that dependency would be mentioned in its mvn page itslef
Views
Replies
Total Likes
where is the mvn page located
Views
Replies
Total Likes
Ex: For Jquery 1.7.2 , if you goto
http://mvnrepository.com/artifact/com.efsavage.jquery/jquery-maven/1.7.2
it list all the dependency package/bundle as well and in this case it is 'javax.servlet-api'
Views
Replies
Total Likes