Skip to content

Commit a2f396f

Browse files
committed
update platforms
1 parent 025d1e2 commit a2f396f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

parent_toplevel/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</properties>
9393

9494
<dependencies>
95-
95+
9696
<!-- Recommended global dependency for nullability annotations -->
9797
<dependency>
9898
<groupId>org.jetbrains</groupId>
@@ -123,11 +123,11 @@
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>

public_site/src/site/markdown/ansible-aem/ansible-debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```

public_site/src/site/markdown/platforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
The wcm.io DevOps modules depend on the following system dependencies:
44

5-
* Oracle Java 8
5+
* Java 8 and Java 11

0 commit comments

Comments
 (0)