Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Bundle Dependency AEm 6

Avatar

Former Community Member

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?

1 Accepted Solution

Avatar

Correct answer by
Level 10

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'

View solution in original post

3 Replies

Avatar

Level 10

if its an external bundle, all that dependency would be mentioned in its mvn page itslef

Avatar

Correct answer by
Level 10

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'