Adobe-Marketing-Cloud / aem-authoring-dialog-fields-customization

Sample for customizing field dialogs in AEM Touch-optimized UI
Apache License 2.0
25 stars 14 forks source link

Dependency issue #3

Open rupeshaec opened 7 years ago

rupeshaec commented 7 years ago

FYI for others who are about to use this project.

Following repository [1] doesn't have mentioned dependency. Project doesn't compile. Removing this dependency seems to be having no issues with project compilation. [1] http://repo.adobe.com/nexus/content/groups/public/

Also there seems to be some issue with maven version as well. Worth going though [2]. Comment from Marcel Kottmann worked for me. My local maven version is 3.3.1 [2] https://stackoverflow.com/questions/29848324/maven-error-java-lang-noclassdeffounderror-org-slf4j-helpers-markerignoringba

@martinischeery : consider making changes if required.

<dependency>
  <groupId>com.adobe.granite</groupId>
  <artifactId>com.adobe.granite.ui.clientlibs</artifactId>
  <version>1.0.4</version>
  <scope>provided</scope>
</dependency>