Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use earlier version of AEM workflow so that CI jobs can complete. Issue
Browse files Browse the repository at this point in the history
jbornemann committed Sep 29, 2015
1 parent e4169e8 commit 3623aa3
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -33,7 +33,6 @@ allprojects {
}

//Provides all Adobe AEM specific repos (like cq-workflow-console)
//May no longer be needed since latest jar files are not on the public Adobe repo
maven {
url "http://repo.adobe.com/nexus/content/groups/public"
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ commons_collections_version = 3.2.1
commons_io_version = 1.4
commons_lang_version = 3.3.2
commons_text_version = 1.1.8
cq_workflow_console_version = 5.8.2
cq_workflow_console_version = 5.6.6
felix_osgi_version = 1.4.0
gradle_plugins_version = 3.0.1
granite_version = 5.12.2
4 changes: 2 additions & 2 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -14,8 +14,8 @@ dependencies {
//For annotations like @Nonnull, etc.
compile "com.google.code.findbugs:jsr305:${jsr305_version}"

// Adobe AEM API jar files
compile ":cq-workflow-console:${cq_workflow_console_version}" // install into the top-level dir of project
// Adobe AEM Libraries
compile "com.day.cq.workflow:cq-workflow-console:${cq_workflow_console_version}" // install into the top-level dir of project

// Apache Sling libraries
compile "org.apache.sling:org.apache.sling.api:${sling_api_version}"

0 comments on commit 3623aa3

Please sign in to comment.