Skip to content

Commit

Permalink
Fix <dependency> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sleipnir authored Feb 9, 2020
1 parent e2154d9 commit 9196039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/paradox/user/lang/java/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ In addition to the above, you will need to install the CloudState java support l
Maven
: @@@vars
```xml
<depependency>
<dependency>
<groupId>io.cloudstate</groupId>
<artifactId>cloudstate-java-support</artifactId>
<version>$cloudstate.java-support.version$</version>
</depependency>
</dependency>
```
@@@

Expand Down

0 comments on commit 9196039

Please sign in to comment.