Skip to content

Commit

Permalink
remove non-repo versions
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert committed Sep 22, 2023
1 parent 9d35392 commit 4baa2cf
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions web-docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,13 @@ A systemd wrapper is available [here](https://github.com/open-feature/flagd/blob

# In-Process

<!-- x-release-please-start-version -->
## :fontawesome-brands-golang: Go in-process provider

[flagd-in-process/pkg](https://pkg.go.dev/github.com/open-feature/go-sdk-contrib/providers/flagd-in-process/pkg)

```shell
go get github.com/open-feature/go-sdk-contrib/providers/flagd-in-process/[email protected]
```
<!-- x-release-please-end -->

<!-- x-release-please-start-version -->

## :fontawesome-brands-java: Java in-process provider

Expand All @@ -60,16 +56,13 @@ go get github.com/open-feature/go-sdk-contrib/providers/flagd-in-process/pkg@v0.
<dependency>
<groupId>dev.openfeature</groupId>
<artifactId>sdk</artifactId>
<version>1.6.1</version>
</dependency>
```

### Gradle

```
dependencies {
implementation 'dev.openfeature:sdk:1.6.1'
implementation 'dev.openfeature:sdk'
}
```

<!-- x-release-please-end -->

0 comments on commit 4baa2cf

Please sign in to comment.