Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

Commit

Permalink
[oauth2 work]
Browse files Browse the repository at this point in the history
  • Loading branch information
pkriens committed Jun 8, 2016
1 parent 8ec9338 commit 865b41f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion osgi.enroute.authenticator.github.provider/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#


Bundle-Version: 1.0.0.${tstamp}
Bundle-Version: 1.0.1.REL
Bundle-Description: \
OAuth2 tests

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import java.io.IOException;
import java.io.Serializable;
import java.net.URI;
import java.net.URL;
import java.nio.charset.StandardCharsets;
import java.util.Map;
Expand All @@ -18,7 +17,6 @@
import aQute.lib.io.IO;
import osgi.enroute.authorization.api.Authority;
import osgi.enroute.dto.api.DTOs;
import osgi.enroute.oauth2.api.AuthorizationServer;
import osgi.enroute.rest.api.REST;
import osgi.enroute.rest.api.RESTRequest;

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@org.osgi.annotation.versioning.Version("1.2.3")
package osgi.enroute.authenticator.servlet.provider;
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import aQute.lib.io.IO;
import osgi.enroute.debug.api.Debug;
import osgi.enroute.dto.api.DTOs;
import osgi.enroute.dto.api.TypeReference;
import osgi.enroute.oauth2.api.AuthorizationServer;
import osgi.enroute.oauth2.api.AuthorizationServer.AccessToken;
import osgi.enroute.twitter.provider.dto.SearchResult;
Expand Down

0 comments on commit 865b41f

Please sign in to comment.