|
24 | 24 | <findbugs.failonerror>false</findbugs.failonerror> |
25 | 25 | </properties> |
26 | 26 | <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> |
35 | 27 | <dependency> |
36 | 28 | <groupId>com.google.inject</groupId> |
37 | 29 | <artifactId>guice</artifactId> |
38 | 30 | </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> |
47 | 31 | <dependency> |
48 | 32 | <groupId>javax.inject</groupId> |
49 | 33 | <artifactId>javax.inject</artifactId> |
50 | 34 | </dependency> |
51 | | - <dependency> |
52 | | - <groupId>org.eclipse.che.core</groupId> |
53 | | - <artifactId>che-core-api-account</artifactId> |
54 | | - </dependency> |
55 | 35 | <dependency> |
56 | 36 | <groupId>org.eclipse.che.core</groupId> |
57 | 37 | <artifactId>che-core-api-core</artifactId> |
58 | 38 | </dependency> |
59 | | - <dependency> |
60 | | - <groupId>org.eclipse.che.core</groupId> |
61 | | - <artifactId>che-core-api-machine</artifactId> |
62 | | - </dependency> |
63 | 39 | <dependency> |
64 | 40 | <groupId>org.eclipse.che.core</groupId> |
65 | 41 | <artifactId>che-core-api-model</artifactId> |
66 | 42 | </dependency> |
67 | | - <dependency> |
68 | | - <groupId>org.eclipse.che.core</groupId> |
69 | | - <artifactId>che-core-api-ssh</artifactId> |
70 | | - </dependency> |
71 | 43 | <dependency> |
72 | 44 | <groupId>org.eclipse.che.core</groupId> |
73 | 45 | <artifactId>che-core-api-user</artifactId> |
74 | 46 | </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> |
87 | 47 | <dependency> |
88 | 48 | <groupId>org.everrest</groupId> |
89 | 49 | <artifactId>everrest-core</artifactId> |
90 | 50 | </dependency> |
91 | | - <dependency> |
92 | | - <groupId>org.slf4j</groupId> |
93 | | - <artifactId>slf4j-api</artifactId> |
94 | | - </dependency> |
95 | 51 | <dependency> |
96 | 52 | <groupId>javax.servlet</groupId> |
97 | 53 | <artifactId>javax.servlet-api</artifactId> |
|
0 commit comments