restructured maven modules, removed unused jars
This commit is contained in:
parent
16a796205a
commit
265df3d47c
23 changed files with 308 additions and 444 deletions
|
|
@ -17,12 +17,7 @@
|
|||
<dependency>
|
||||
<groupId>org.guiceyfruit</groupId>
|
||||
<artifactId>guice-core</artifactId>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.guiceyfruit</groupId>
|
||||
<artifactId>guice-jsr250</artifactId>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
<version>2.0-beta-4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import java.util.List;
|
|||
|
||||
import com.google.inject.AbstractModule;
|
||||
import com.google.inject.Singleton;
|
||||
import com.google.inject.jsr250.ResourceProviderFactory;
|
||||
//import com.google.inject.jsr250.ResourceProviderFactory;
|
||||
|
||||
/**
|
||||
* @author <a href="http://jonasboner.com">Jonas Bonér</a>
|
||||
|
|
@ -21,7 +21,7 @@ public class ActiveObjectGuiceModule extends AbstractModule {
|
|||
}
|
||||
|
||||
protected void configure() {
|
||||
bind(ResourceProviderFactory.class);
|
||||
//bind(ResourceProviderFactory.class);
|
||||
for (int i = 0; i < bindings.size(); i++) {
|
||||
final DependencyBinding db = bindings.get(i);
|
||||
//if (db.getInterface() != null) bind((Class) db.getInterface()).to((Class) db.getTarget()).in(Singleton.class);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue