Skip to content

Commit 9fc9ac5

Browse files
committed
Fixed headers
1 parent 2f80a2b commit 9fc9ac5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ozark/docs/install-javaee.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ to your application:
3838
</dependency>
3939
```
4040

41-
### Wildfly and JBoss EAP
41+
#### Wildfly and JBoss EAP
4242

4343
Wildfly is using RESTEasy for JAX-RS. So you need to Ozark RESTEasy integration module:
4444

@@ -55,7 +55,7 @@ Wildfly is using RESTEasy for JAX-RS. So you need to Ozark RESTEasy integration
5555
</dependency>
5656
```
5757

58-
### Wildfly Swarm
58+
#### Wildfly Swarm
5959

6060
We currently don't have a dedicated fraction for wildfly Swarm, but you can use the
6161
JAX-RS fraction and add the same dependencies as required for Wildfly:
@@ -77,7 +77,7 @@ JAX-RS fraction and add the same dependencies as required for Wildfly:
7777
</dependency>
7878
```
7979

80-
### Apache TomEE
80+
#### Apache TomEE
8181

8282
Apache TomEE uses CXF as the JAX-RS implementation. Unfortunately there are some known bugs in CXF
8383
which are causing trouble for Ozark. The latest CXF release should fix these issues, but Apache TomEE

0 commit comments

Comments
 (0)