Skip to content

Commit e5c12b0

Browse files
committed
fixing build issue
1 parent 458dea4 commit e5c12b0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

devon4j-http-rest-client/index.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ You will add below dependency in core folder pom.xml
126126
Modify pom.xml as below:
127127
[step]
128128
--
129-
changeFile("httprestclient/core/pom.xml", { "file": "files/dependency.txt", "placeholder": "<!-- Starter for asynchronous consuming REST services via Jaca HTTP Client (Java11+) -->" })
129+
changeFile("httprestclient/core/pom.xml", { "file": "files/dependency.txt", "placeholder": " <dependency>
130+
<groupId>com.devonfw.java.starters</groupId>" })
130131
--
131132

132133
Now, You will create a Java interface VisitormanagementRestService to invoke inside client.

0 commit comments

Comments
 (0)