File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 -->
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments