Revision 1ae7079e
Added by Ben Stöver over 7 years ago
eu.etaxonomy.taxeditor.molecular.lib/pom.xml | ||
---|---|---|
135 | 135 |
<artifactId>owlapi-xmlutils</artifactId> |
136 | 136 |
<version>4.1.4</version> |
137 | 137 |
</dependency> |
138 |
<dependency> |
|
139 |
<groupId>org.apache.commons</groupId> |
|
140 |
<artifactId>commons-collections4</artifactId> |
|
141 |
<version>4.1</version> |
|
142 |
</dependency> |
|
143 |
<!-- LibrAlign --> |
|
144 |
<dependency> |
|
145 |
<groupId>info.bioinfweb.libralign</groupId> |
|
146 |
<artifactId>libralign-core</artifactId> |
|
147 |
<version>0-SNAPSHOT</version> |
|
148 |
</dependency> |
|
149 |
<dependency> |
|
150 |
<groupId>info.bioinfweb.libralign</groupId> |
|
151 |
<artifactId>libralign-swt</artifactId> |
|
152 |
<version>0-SNAPSHOT</version> |
|
153 |
</dependency> |
|
154 |
<dependency> |
|
155 |
<groupId>info.bioinfweb.libralign</groupId> |
|
156 |
<artifactId>libralign-biojava1</artifactId> |
|
157 |
<version>0-SNAPSHOT</version> |
|
158 |
</dependency> |
|
159 |
<!-- bioinfweb.commons --> |
|
160 |
<dependency> |
|
161 |
<groupId>info.bioinfweb.commons.java</groupId> |
|
162 |
<artifactId>bioinfweb-commons-swt</artifactId> |
|
163 |
<version>2-SNAPSHOT</version> |
|
164 |
</dependency> |
|
165 |
<dependency> |
|
166 |
<groupId>info.bioinfweb.commons.java</groupId> |
|
167 |
<artifactId>bioinfweb-commons-core</artifactId> |
|
168 |
<version>2-SNAPSHOT</version> |
|
169 |
</dependency> |
|
170 |
<dependency> |
|
171 |
<groupId>info.bioinfweb.commons.java</groupId> |
|
172 |
<artifactId>bioinfweb-commons-bio</artifactId> |
|
173 |
<version>2-SNAPSHOT</version> |
|
174 |
</dependency> |
|
175 |
<dependency> |
|
176 |
<groupId>info.bioinfweb.commons.java</groupId> |
|
177 |
<artifactId>bioinfweb-commons-swing</artifactId> |
|
178 |
<version>2-SNAPSHOT</version> |
|
179 |
</dependency> |
|
180 |
<!-- TIC --> |
|
181 |
<dependency> |
|
182 |
<groupId>info.bioinfweb.tic</groupId> |
|
183 |
<artifactId>tic-core</artifactId> |
|
184 |
<version>2-SNAPSHOT</version> |
|
185 |
</dependency> |
|
186 |
<dependency> |
|
187 |
<groupId>info.bioinfweb.tic</groupId> |
|
188 |
<artifactId>tic-swt</artifactId> |
|
189 |
<version>2-SNAPSHOT</version> |
|
190 |
</dependency> |
|
191 |
<!-- JPhyloIO --> |
|
192 |
<dependency> |
|
193 |
<groupId>info.bioinfweb.jphyloio</groupId> |
|
194 |
<artifactId>jphyloio-core</artifactId> |
|
195 |
<version>0-SNAPSHOT</version> |
|
196 |
</dependency> |
|
197 |
<dependency> |
|
198 |
<groupId>info.bioinfweb.thirdparty.owlapi</groupId> |
|
199 |
<artifactId>owlapi-xmlutils</artifactId> |
|
200 |
<version>4.1.4</version> |
|
201 |
</dependency> |
|
202 |
<dependency> |
|
203 |
<groupId>org.apache.commons</groupId> |
|
204 |
<artifactId>commons-collections4</artifactId> |
|
205 |
<version>4.1</version> |
|
206 |
</dependency> |
|
207 |
<!-- LibrAlign --> |
|
208 |
<dependency> |
|
209 |
<groupId>info.bioinfweb.libralign</groupId> |
|
210 |
<artifactId>libralign-core</artifactId> |
|
211 |
<version>0-SNAPSHOT</version> |
|
212 |
</dependency> |
|
213 |
<dependency> |
|
214 |
<groupId>info.bioinfweb.libralign</groupId> |
|
215 |
<artifactId>libralign-swt</artifactId> |
|
216 |
<version>0-SNAPSHOT</version> |
|
217 |
</dependency> |
|
218 |
<dependency> |
|
219 |
<groupId>info.bioinfweb.libralign</groupId> |
|
220 |
<artifactId>libralign-biojava1</artifactId> |
|
221 |
<version>0-SNAPSHOT</version> |
|
222 |
</dependency> |
|
223 |
<!-- bioinfweb.commons --> |
|
224 |
<dependency> |
|
225 |
<groupId>info.bioinfweb.commons.java</groupId> |
|
226 |
<artifactId>bioinfweb-commons-swt</artifactId> |
|
227 |
<version>2-SNAPSHOT</version> |
|
228 |
</dependency> |
|
229 |
<dependency> |
|
230 |
<groupId>info.bioinfweb.commons.java</groupId> |
|
231 |
<artifactId>bioinfweb-commons-core</artifactId> |
|
232 |
<version>2-SNAPSHOT</version> |
|
233 |
</dependency> |
|
234 |
<dependency> |
|
235 |
<groupId>info.bioinfweb.commons.java</groupId> |
|
236 |
<artifactId>bioinfweb-commons-bio</artifactId> |
|
237 |
<version>2-SNAPSHOT</version> |
|
238 |
</dependency> |
|
239 |
<dependency> |
|
240 |
<groupId>info.bioinfweb.commons.java</groupId> |
|
241 |
<artifactId>bioinfweb-commons-swing</artifactId> |
|
242 |
<version>2-SNAPSHOT</version> |
|
243 |
</dependency> |
|
244 |
<!-- TIC --> |
|
245 |
<dependency> |
|
246 |
<groupId>info.bioinfweb.tic</groupId> |
|
247 |
<artifactId>tic-core</artifactId> |
|
248 |
<version>2-SNAPSHOT</version> |
|
249 |
</dependency> |
|
250 |
<dependency> |
|
251 |
<groupId>info.bioinfweb.tic</groupId> |
|
252 |
<artifactId>tic-swt</artifactId> |
|
253 |
<version>2-SNAPSHOT</version> |
|
254 |
</dependency> <!-- JPhyloIO --> |
|
255 |
<dependency> |
|
256 |
<groupId>info.bioinfweb.jphyloio</groupId> |
|
257 |
<artifactId>jphyloio-core</artifactId> |
|
258 |
<version>0-SNAPSHOT</version> |
|
259 |
</dependency> |
|
260 |
<dependency> |
|
261 |
<groupId>info.bioinfweb.thirdparty.owlapi</groupId> |
|
262 |
<artifactId>owlapi-xmlutils</artifactId> |
|
263 |
<version>4.1.4</version> |
|
264 |
</dependency> |
|
265 |
<dependency> |
|
266 |
<groupId>org.apache.commons</groupId> |
|
267 |
<artifactId>commons-collections4</artifactId> |
|
268 |
<version>4.1</version> |
|
269 |
</dependency> |
|
270 | 138 |
<!-- LibrAlign --> |
271 | 139 |
<dependency> |
272 | 140 |
<groupId>info.bioinfweb.libralign</groupId> |
... | ... | |
326 | 194 |
<artifactId>sequencing</artifactId> |
327 | 195 |
<version>1.9.2</version> |
328 | 196 |
</dependency> |
197 |
<!-- Apache commons --> |
|
198 |
<dependency> |
|
199 |
<groupId>org.apache.commons</groupId> |
|
200 |
<artifactId>commons-collections4</artifactId> |
|
201 |
<version>4.1</version> |
|
202 |
</dependency> |
|
329 | 203 |
</dependencies> |
330 | 204 |
|
331 | 205 |
<repositories> |
Also available in: Unified diff
POM in molecular.lib corrected.