|
46 | 46 | <dependency>
|
47 | 47 | <groupId>${project.groupId}</groupId>
|
48 | 48 | <artifactId>core</artifactId>
|
49 |
| - <version>0.1.0-SNAPSHOT</version> |
| 49 | + <version>0.5.0-SNAPSHOT</version> |
50 | 50 | </dependency>
|
51 | 51 | <dependency>
|
52 | 52 | <groupId>${project.groupId}</groupId>
|
53 | 53 | <artifactId>tmc-langs-abstraction</artifactId>
|
54 |
| - <version>1.0.1-SNAPSHOT</version> |
55 |
| - </dependency> |
56 |
| - <dependency> |
57 |
| - <groupId>org.apache.maven</groupId> |
58 |
| - <artifactId>apache-maven</artifactId> |
59 |
| - <version>${maven.version}</version> |
60 |
| - <type>pom</type> |
61 |
| - </dependency> |
62 |
| - <dependency> |
63 |
| - <artifactId>aether-api</artifactId> |
64 |
| - <groupId>org.sonatype.aether</groupId> |
65 |
| - <type>jar</type> |
66 |
| - <version>1.13.1</version> |
67 |
| - </dependency> |
68 |
| - <dependency> |
69 |
| - <artifactId>aether-connector-wagon</artifactId> |
70 |
| - <groupId>org.sonatype.aether</groupId> |
71 |
| - <type>jar</type> |
72 |
| - <version>1.13.1</version> |
73 |
| - </dependency> |
74 |
| - <dependency> |
75 |
| - <artifactId>aether-impl</artifactId> |
76 |
| - <groupId>org.sonatype.aether</groupId> |
77 |
| - <type>jar</type> |
78 |
| - <version>1.13.1</version> |
79 |
| - </dependency> |
80 |
| - <dependency> |
81 |
| - <artifactId>aether-spi</artifactId> |
82 |
| - <groupId>org.sonatype.aether</groupId> |
83 |
| - <type>jar</type> |
84 |
| - <version>1.13.1</version> |
85 |
| - </dependency> |
86 |
| - <dependency> |
87 |
| - <artifactId>aether-util</artifactId> |
88 |
| - <groupId>org.sonatype.aether</groupId> |
89 |
| - <type>jar</type> |
90 |
| - <version>1.13.1</version> |
91 |
| - </dependency> |
92 |
| - <dependency> |
93 |
| - <artifactId>commons-cli</artifactId> |
94 |
| - <groupId>commons-cli</groupId> |
95 |
| - <type>jar</type> |
96 |
| - <version>1.2</version> |
97 |
| - </dependency> |
98 |
| - <dependency> |
99 |
| - <artifactId>maven-aether-provider</artifactId> |
100 |
| - <groupId>org.apache.maven</groupId> |
101 |
| - <type>jar</type> |
102 |
| - <version>${maven.version}</version> |
103 |
| - </dependency> |
104 |
| - <dependency> |
105 |
| - <artifactId>maven-artifact</artifactId> |
106 |
| - <groupId>org.apache.maven</groupId> |
107 |
| - <type>jar</type> |
108 |
| - <version>${maven.version}</version> |
109 |
| - </dependency> |
110 |
| - <dependency> |
111 |
| - <artifactId>maven-compat</artifactId> |
112 |
| - <groupId>org.apache.maven</groupId> |
113 |
| - <type>jar</type> |
114 |
| - <version>${maven.version}</version> |
115 |
| - </dependency> |
116 |
| - <dependency> |
117 |
| - <artifactId>maven-core</artifactId> |
118 |
| - <groupId>org.apache.maven</groupId> |
119 |
| - <type>jar</type> |
120 |
| - <version>${maven.version}</version> |
121 |
| - </dependency> |
122 |
| - <dependency> |
123 |
| - <artifactId>maven-embedder</artifactId> |
124 |
| - <groupId>org.apache.maven</groupId> |
125 |
| - <type>jar</type> |
126 |
| - <version>${maven.version}</version> |
127 |
| - </dependency> |
128 |
| - <dependency> |
129 |
| - <artifactId>maven-model</artifactId> |
130 |
| - <groupId>org.apache.maven</groupId> |
131 |
| - <type>jar</type> |
132 |
| - <version>${maven.version}</version> |
133 |
| - </dependency> |
134 |
| - <dependency> |
135 |
| - <artifactId>maven-model-builder</artifactId> |
136 |
| - <groupId>org.apache.maven</groupId> |
137 |
| - <type>jar</type> |
138 |
| - <version>${maven.version}</version> |
139 |
| - </dependency> |
140 |
| - <dependency> |
141 |
| - <artifactId>maven-plugin-api</artifactId> |
142 |
| - <groupId>org.apache.maven</groupId> |
143 |
| - <type>jar</type> |
144 |
| - <version>${maven.version}</version> |
145 |
| - </dependency> |
146 |
| - <dependency> |
147 |
| - <artifactId>maven-repository-metadata</artifactId> |
148 |
| - <groupId>org.apache.maven</groupId> |
149 |
| - <type>jar</type> |
150 |
| - <version>${maven.version}</version> |
151 |
| - </dependency> |
152 |
| - <dependency> |
153 |
| - <artifactId>maven-settings</artifactId> |
154 |
| - <groupId>org.apache.maven</groupId> |
155 |
| - <type>jar</type> |
156 |
| - <version>${maven.version}</version> |
157 |
| - </dependency> |
158 |
| - <dependency> |
159 |
| - <artifactId>maven-settings-builder</artifactId> |
160 |
| - <groupId>org.apache.maven</groupId> |
161 |
| - <type>jar</type> |
162 |
| - <version>${maven.version}</version> |
163 |
| - </dependency> |
164 |
| - <dependency> |
165 |
| - <artifactId>plexus-cipher</artifactId> |
166 |
| - <groupId>org.sonatype.plexus</groupId> |
167 |
| - <type>jar</type> |
168 |
| - <version>1.7</version> |
169 |
| - </dependency> |
170 |
| - <dependency> |
171 |
| - <artifactId>plexus-classworlds</artifactId> |
172 |
| - <groupId>org.codehaus.plexus</groupId> |
173 |
| - <type>jar</type> |
174 |
| - <version>2.4</version> |
175 |
| - </dependency> |
176 |
| - <dependency> |
177 |
| - <artifactId>plexus-component-annotations</artifactId> |
178 |
| - <groupId>org.codehaus.plexus</groupId> |
179 |
| - <type>jar</type> |
180 |
| - <version>1.5.5</version> |
181 |
| - </dependency> |
182 |
| - <dependency> |
183 |
| - <artifactId>plexus-interpolation</artifactId> |
184 |
| - <groupId>org.codehaus.plexus</groupId> |
185 |
| - <type>jar</type> |
186 |
| - <version>1.14</version> |
187 |
| - </dependency> |
188 |
| - <dependency> |
189 |
| - <artifactId>plexus-sec-dispatcher</artifactId> |
190 |
| - <groupId>org.sonatype.plexus</groupId> |
191 |
| - <type>jar</type> |
192 |
| - <version>1.3</version> |
193 |
| - </dependency> |
194 |
| - <dependency> |
195 |
| - <artifactId>plexus-utils</artifactId> |
196 |
| - <groupId>org.codehaus.plexus</groupId> |
197 |
| - <type>jar</type> |
198 |
| - <version>2.0.6</version> |
| 54 | + <version>1.0.0</version> |
199 | 55 | </dependency>
|
200 | 56 | <dependency>
|
201 | 57 | <artifactId>sisu-guava</artifactId>
|
|
222 | 78 | <type>jar</type>
|
223 | 79 | <version>2.3.0</version>
|
224 | 80 | </dependency>
|
225 |
| - <dependency> |
226 |
| - <artifactId>wagon-file</artifactId> |
227 |
| - <groupId>org.apache.maven.wagon</groupId> |
228 |
| - <type>jar</type> |
229 |
| - <version>2.2</version> |
230 |
| - </dependency> |
231 |
| - <dependency> |
232 |
| - <artifactId>wagon-http</artifactId> |
233 |
| - <groupId>org.apache.maven.wagon</groupId> |
234 |
| - <type>jar</type> |
235 |
| - <version>2.2</version> |
236 |
| - <classifier>shaded</classifier> |
237 |
| - </dependency> |
238 |
| - <dependency> |
239 |
| - <artifactId>wagon-provider-api</artifactId> |
240 |
| - <groupId>org.apache.maven.wagon</groupId> |
241 |
| - <type>jar</type> |
242 |
| - <version>2.2</version> |
243 |
| - </dependency> |
244 | 81 | <dependency>
|
245 | 82 | <groupId>com.google.code.gson</groupId>
|
246 | 83 | <artifactId>gson</artifactId>
|
247 | 84 | <version>2.2.2</version>
|
248 | 85 | </dependency>
|
249 |
| - <dependency> |
250 |
| - <groupId>org.apache.httpcomponents</groupId> |
251 |
| - <artifactId>httpmime</artifactId> |
252 |
| - <version>4.3.1</version> |
253 |
| - </dependency> |
254 | 86 | <dependency>
|
255 | 87 | <groupId>org.yaml</groupId>
|
256 | 88 | <artifactId>snakeyaml</artifactId>
|
257 | 89 | <version>1.10</version>
|
258 | 90 | </dependency>
|
259 |
| - <dependency> |
260 |
| - <groupId>org.apache.httpcomponents</groupId> |
261 |
| - <artifactId>httpcore</artifactId> |
262 |
| - <version>4.3.2</version> |
263 |
| - </dependency> |
264 |
| - <dependency> |
265 |
| - <groupId>org.apache.httpcomponents</groupId> |
266 |
| - <artifactId>httpclient</artifactId> |
267 |
| - <type>jar</type> |
268 |
| - <version>4.3.4</version> |
269 |
| - </dependency> |
270 | 91 | <dependency>
|
271 | 92 | <groupId>org.apache.commons</groupId>
|
272 | 93 | <artifactId>commons-lang3</artifactId>
|
|
277 | 98 | <artifactId>commons-io</artifactId>
|
278 | 99 | <version>2.4</version>
|
279 | 100 | </dependency>
|
280 |
| - <dependency> |
281 |
| - <groupId>commons-codec</groupId> |
282 |
| - <artifactId>commons-codec</artifactId> |
283 |
| - <version>1.6</version> |
284 |
| - </dependency> |
285 | 101 | <dependency>
|
286 | 102 | <groupId>org.mockito</groupId>
|
287 | 103 | <artifactId>mockito-all</artifactId>
|
288 | 104 | <version>1.9.0</version>
|
| 105 | + <scope>test</scope> |
289 | 106 | </dependency>
|
290 | 107 | <dependency>
|
291 | 108 | <groupId>org.cometd.java</groupId>
|
|
297 | 114 | <artifactId>cometd-java-websocket-javax-client</artifactId>
|
298 | 115 | <version>3.0.3</version>
|
299 | 116 | </dependency>
|
| 117 | + <dependency> |
| 118 | + <groupId>org.slf4j</groupId> |
| 119 | + <artifactId>slf4j-jdk14</artifactId> |
| 120 | + <version>1.7.21</version> |
| 121 | + </dependency> |
300 | 122 | <!-- required by cometd -->
|
301 | 123 | <dependency>
|
302 | 124 | <groupId>org.eclipse.jetty.websocket</groupId>
|
|
0 commit comments