Skip to content

Commit

Permalink
Use earlier version of AEM workflow so that CI jobs can complete. Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jbornemann committed Sep 30, 2015
1 parent 3430a6b commit 1fa461e
Show file tree
Hide file tree
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
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

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

0 comments on commit 1fa461e

Please sign in to comment.