Skip to content

Commit 705ffd1

Browse files
author
dixyushi
committed
modified dependency text
1 parent 12f7e0d commit 705ffd1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Since in this tutorial you will build client on Synchronous call so, you have to add dependency for synchronous consuming REST services via Apache CXF (Java8+)
22

3-
"<!-- Starter for synchronous consuming REST services via Apache CXF (Java8+) -->
4-
3+
<!-- Starter for synchronous consuming REST services via Apache CXF (Java8+) -->
4+
----
55
<dependency>
66
<groupId>com.devonfw.java.starters</groupId>
77
<artifactId>devon4j-starter-cxf-client-rest</artifactId>
8-
</dependency>"
9-
8+
</dependency>
9+
----
1010
Note: With devonfw we have already added the required dependency in pom.xml.

0 commit comments

Comments
 (0)