Skip to content

Commit d84e028

Browse files
committed
update to latest CONGA Ansible plugin
1 parent fddabc6 commit d84e028

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

tooling/conga-aem-crypto-cli/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>io.wcm.devops.conga.plugins</groupId>
106106
<artifactId>io.wcm.devops.conga.plugins.ansible</artifactId>
107-
<version>1.2.0</version>
107+
<version>1.2.1-SNAPSHOT</version>
108108
<scope>compile</scope>
109109
<exclusions>
110110
<!-- Exclude all deps - only Ansible Vault util classes are used -->
@@ -116,6 +116,10 @@
116116
<groupId>org.apache.commons</groupId>
117117
<artifactId>commons-exec</artifactId>
118118
</exclusion>
119+
<exclusion>
120+
<groupId>com.jayway.jsonpath</groupId>
121+
<artifactId>json-path</artifactId>
122+
</exclusion>
119123
</exclusions>
120124
</dependency>
121125

tooling/conga-aem-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>io.wcm.devops.conga.plugins</groupId>
5959
<artifactId>io.wcm.devops.conga.plugins.ansible</artifactId>
60-
<version>1.2.0</version>
60+
<version>1.2.1-SNAPSHOT</version>
6161
<scope>compile</scope>
6262
</dependency>
6363

0 commit comments

Comments
 (0)