Skip to content

Commit

Permalink
Merge branch 'master' into 5-add-startup-locker
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight authored Nov 27, 2020
2 parents 320212e + b52c2ef commit 76dda10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# dropwizard-service-utilities
# Dropwizard Service Utilities
[![Build](https://github.com/kiwiproject/dropwizard-service-utilities/workflows/build/badge.svg)](https://github.com/kiwiproject/dropwizard-service-utilities/actions?query=workflow%3Abuild)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=kiwiproject_dropwizard-service-utilities&metric=alert_status)](https://sonarcloud.io/dashboard?id=kiwiproject_dropwizard-service-utilities)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=kiwiproject_dropwizard-service-utilities&metric=coverage)](https://sonarcloud.io/dashboard?id=kiwiproject_dropwizard-service-utilities)
[![javadoc](https://javadoc.io/badge2/org.kiwiproject/dropwizard-service-utilities/javadoc.svg)](https://javadoc.io/doc/org.kiwiproject/dropwizard-service-utilities)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Maven Central](https://img.shields.io/maven-central/v/org.kiwiproject/dropwizard-service-utilities)](https://search.maven.org/search?q=g:org.kiwiproject%20a:dropwizard-service-utilities)

Set of utilities to assist in configuring a Dropwizard service
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<properties>
<!-- Versions for required dependencies -->
<dropwizard.version>2.0.15</dropwizard.version>
<dropwizard.version>2.0.16</dropwizard.version>
<dropwizard-curator.version>0.14.0</dropwizard-curator.version>
<kiwi.version>0.17.0</kiwi.version>
<zookeeper.version>3.4.14</zookeeper.version>
Expand Down

0 comments on commit 76dda10

Please sign in to comment.