Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bf
  • Loading branch information
woorea committed Jan 3, 2013
1 parent a0358e1 commit 3b76c34
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -35,9 +35,9 @@ public static void main(String[] args) throws Exception {

ResourceConfig config = new ResourceConfig()
//.packages("org.openstack.ceilometer.api")
.addClasses(CeilometerApiV1.class)
.addSingletons(new JsonJacksonBinder())
.addSingletons(mongoDbBinder);
.register(CeilometerApiV1.class)
.register(new JsonJacksonBinder())
.register(mongoDbBinder);
//.addModules(new JsonJacksonModule())
//.addSingletons(api);

Expand Down

0 comments on commit 3b76c34

Please sign in to comment.