File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
public_site/src/site/markdown Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 9292 </properties >
9393
9494 <dependencies >
95-
95+
9696 <!-- Recommended global dependency for nullability annotations -->
9797 <dependency >
9898 <groupId >org.jetbrains</groupId >
123123 <artifactId >mockito-junit-jupiter</artifactId >
124124 <scope >test</scope >
125125 </dependency >
126- <dependency >
127- <groupId >org.junit.jupiter</groupId >
128- <artifactId >junit-jupiter</artifactId >
129- <scope >test</scope >
130- </dependency >
126+ <dependency >
127+ <groupId >org.junit.jupiter</groupId >
128+ <artifactId >junit-jupiter</artifactId >
129+ <scope >test</scope >
130+ </dependency >
131131
132132 </dependencies >
133133 <dependencyManagement >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ansible-playbook playbook-setup-prod.yml | tee ansible.log
2525
2626### Use \-\- skip-tags
2727
28- If you want to speed up debugging and want to skip the tasks/roles that are working use the parameter
28+ If you want to speed up debugging and want to skip the tasks/roles that are working use the parameter
2929
3030```
3131--skip-tags aem-cms,aem-dispatcher
@@ -104,7 +104,7 @@ _Example: Output content of conga_config and continue_
104104 msg :
105105 - conga_config
106106 - " {{ conga_config }}"
107-
107+
108108- fail :
109109 msg : do not continue
110110` ` `
Original file line number Diff line number Diff line change 22
33The wcm.io DevOps modules depend on the following system dependencies:
44
5- * Oracle Java 8
5+ * Java 8 and Java 11
You can’t perform that action at this time.
0 commit comments