Skip to content

Commit

Permalink
move to chained package to be consistent with impl
Browse files Browse the repository at this point in the history
  • Loading branch information
carlo-rtr committed May 7, 2015
1 parent 6b7e3e7 commit 0841b5d
Showing 1 changed file with 4 additions and 1 deletion.
@@ -1,8 +1,11 @@
package io.dropwizard.auth;
package io.dropwizard.auth.chained;

import com.codahale.metrics.MetricRegistry;
import com.google.common.base.Function;
import com.google.common.collect.Lists;
import io.dropwizard.auth.AuthDynamicFeature;
import io.dropwizard.auth.AuthFilter;
import io.dropwizard.auth.AuthResource;
import io.dropwizard.auth.basic.BasicCredentialAuthFilter;
import io.dropwizard.auth.chained.ChainedAuthFilter;
import io.dropwizard.auth.oauth.OAuthCredentialAuthFilter;
Expand Down

0 comments on commit 0841b5d

Please sign in to comment.