mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
Fixed junit version. Updates lsapi artifact id's
This commit is contained in:
parent
6a5537990e
commit
49a2f2b215
2 changed files with 7 additions and 2 deletions
|
@ -31,7 +31,12 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.typefox.lsapi</groupId>
|
||||
<artifactId>lsapi</artifactId>
|
||||
<artifactId>io.typefox.lsapi</artifactId>
|
||||
<version>0.1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.typefox.lsapi</groupId>
|
||||
<artifactId>io.typefox.lsapi.annotations</artifactId>
|
||||
<version>0.1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
|
@ -11,5 +11,5 @@ Require-Bundle: org.eclipse.xtext;visibility:=reexport,
|
|||
org.eclipse.xtend.lib,
|
||||
org.eclipse.core.runtime;bundle-version="3.6.0",
|
||||
org.eclipse.xtext.ide,
|
||||
org.junit;bundle-version="4.12.0"
|
||||
org.junit;bundle-version="4.11.0"
|
||||
Import-Package: org.apache.log4j;version="1.2.15"
|
||||
|
|
Loading…
Reference in a new issue