You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ An [open feature](https://openfeature.dev/) provider to operate with MongoDB
7
7
# Pre-requisites
8
8
9
9
- MongoDB running (see for an example in `examples/docker-compose.yml`) )
10
-
- import the dependency in your `pom.xml` and add the GitHub repository.
10
+
- import the dependency in your `pom.xml`from [maven central](https://central.sonatype.com/artifact/io.github.jacopocarlini/fast-feature-flags-provider).
11
11
12
12
```xml
13
13
<dependency>
@@ -17,7 +17,8 @@ An [open feature](https://openfeature.dev/) provider to operate with MongoDB
17
17
</dependency>
18
18
```
19
19
20
-
If you want to use Github package registry, add the following to your `pom.xml`. You need a PAT token with read packages scope.
20
+
### Alternative Articat Repository
21
+
If you want to use Github package registry, add the following snippet to your `pom.xml`. You need a PAT token with read packages scope.
0 commit comments