Skip to content

Commit 26fbfa5

Browse files
author
Max Shaposhnik
authored
CHE-3776; remove inmemory DAO implementations (eclipse-che#3852)
1 parent fdb0b25 commit 26fbfa5

36 files changed

Lines changed: 0 additions & 4165 deletions

assembly/assembly-wsmaster-war/src/main/java/org/eclipse/che/api/deploy/WsMasterModule.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ protected void configure() {
5656
bind(org.eclipse.che.api.user.server.CheUserCreator.class);
5757

5858
bind(TokenValidator.class).to(org.eclipse.che.api.local.DummyTokenValidator.class);
59-
bind(org.eclipse.che.api.local.LocalDataMigrator.class).asEagerSingleton();
6059

6160
bind(org.eclipse.che.api.core.rest.ApiInfoService.class);
6261
bind(org.eclipse.che.api.project.server.template.ProjectTemplateDescriptionLoader.class).asEagerSingleton();

wsmaster/wsmaster-local/pom.xml

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -24,74 +24,30 @@
2424
<findbugs.failonerror>false</findbugs.failonerror>
2525
</properties>
2626
<dependencies>
27-
<dependency>
28-
<groupId>com.google.code.gson</groupId>
29-
<artifactId>gson</artifactId>
30-
</dependency>
31-
<dependency>
32-
<groupId>com.google.guava</groupId>
33-
<artifactId>guava</artifactId>
34-
</dependency>
3527
<dependency>
3628
<groupId>com.google.inject</groupId>
3729
<artifactId>guice</artifactId>
3830
</dependency>
39-
<dependency>
40-
<groupId>commons-io</groupId>
41-
<artifactId>commons-io</artifactId>
42-
</dependency>
43-
<dependency>
44-
<groupId>javax.annotation</groupId>
45-
<artifactId>javax.annotation-api</artifactId>
46-
</dependency>
4731
<dependency>
4832
<groupId>javax.inject</groupId>
4933
<artifactId>javax.inject</artifactId>
5034
</dependency>
51-
<dependency>
52-
<groupId>org.eclipse.che.core</groupId>
53-
<artifactId>che-core-api-account</artifactId>
54-
</dependency>
5535
<dependency>
5636
<groupId>org.eclipse.che.core</groupId>
5737
<artifactId>che-core-api-core</artifactId>
5838
</dependency>
59-
<dependency>
60-
<groupId>org.eclipse.che.core</groupId>
61-
<artifactId>che-core-api-machine</artifactId>
62-
</dependency>
6339
<dependency>
6440
<groupId>org.eclipse.che.core</groupId>
6541
<artifactId>che-core-api-model</artifactId>
6642
</dependency>
67-
<dependency>
68-
<groupId>org.eclipse.che.core</groupId>
69-
<artifactId>che-core-api-ssh</artifactId>
70-
</dependency>
7143
<dependency>
7244
<groupId>org.eclipse.che.core</groupId>
7345
<artifactId>che-core-api-user</artifactId>
7446
</dependency>
75-
<dependency>
76-
<groupId>org.eclipse.che.core</groupId>
77-
<artifactId>che-core-api-workspace</artifactId>
78-
</dependency>
79-
<dependency>
80-
<groupId>org.eclipse.che.core</groupId>
81-
<artifactId>che-core-commons-annotations</artifactId>
82-
</dependency>
83-
<dependency>
84-
<groupId>org.eclipse.che.core</groupId>
85-
<artifactId>che-core-commons-lang</artifactId>
86-
</dependency>
8747
<dependency>
8848
<groupId>org.everrest</groupId>
8949
<artifactId>everrest-core</artifactId>
9050
</dependency>
91-
<dependency>
92-
<groupId>org.slf4j</groupId>
93-
<artifactId>slf4j-api</artifactId>
94-
</dependency>
9551
<dependency>
9652
<groupId>javax.servlet</groupId>
9753
<artifactId>javax.servlet-api</artifactId>

0 commit comments

Comments
 (0)