Skip to content

Commit cd73058

Browse files
authored
Add maven scope (#22)
1 parent 5439869 commit cd73058

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

maven-repository.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,14 @@ Visiting the root of the repository in a web browser will redirect to this page,
5454
<groupId>com.lunarclient</groupId>
5555
<artifactId>apollo-api</artifactId>
5656
<version>1.1.6</version>
57+
<scope>provided</scope>
5758
</dependency>
5859
<!-- For Adventure support add the following dependency. -->
5960
<dependency>
6061
<groupId>com.lunarclient</groupId>
6162
<artifactId>apollo-extra-adventure4</artifactId>
6263
<version>1.1.6</version>
64+
<scope>provided</scope>
6365
</dependency>
6466
</dependencies>
6567
```

0 commit comments

Comments
 (0)