Skip to content

Commit

Permalink
Remove JSON support section.
Browse files Browse the repository at this point in the history
JSON support was dropped in v2.2.0
  • Loading branch information
dfish3r committed Jan 17, 2024
1 parent 8d6773c commit 2b55a11
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions download.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,3 @@ Individual artifacts are available in the [Maven Central Repository](https://rep
</dependencies>
{% endhighlight %}

## Additional Libraries

### JSON Support
{% highlight xml %}
<dependencies>
<dependency>
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive-json</artifactId>
<version>{{ site.version }}</version>
</dependency>
</dependencies>
{% endhighlight %}

0 comments on commit 2b55a11

Please sign in to comment.