Fixed junit version. Updates lsapi artifact id's

This commit is contained in:
Dennis Huebner 2016-05-17 15:48:09 +02:00
parent 6a5537990e
commit 49a2f2b215
2 changed files with 7 additions and 2 deletions

View file

@ -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>

View file

@ -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"