Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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

Former Community Member

where is the mvn page located

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'