Skip to content

Commit

Permalink
Merge pull request #1 from sleipnir/dependency-tag-fix
Browse files Browse the repository at this point in the history
Fix <dependency> tag
  • Loading branch information
sleipnir authored Feb 9, 2020
2 parents e2154d9 + 9196039 commit cc60194
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 cc60194

Please sign in to comment.