/wildfly-swarm-netflix

Primary LanguageJavaApache License 2.0Apache-2.0

WildFly Swarm - Netflix

Build Status

This repository contains a variety of pieces related to the NetflixOSS stack.

Ribbon Support

<dependency>
  <groupId>org.wildfly.swarm</groupId>
  <artifactId>ribbon</artifactId>
</dependency>

Secured Ribbon Support

<dependency>
  <groupId>org.wildfly.swarm</groupId>
  <artifactId>ribbon-secured</artifactId>
</dependency>