mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-17 01:08:56 +00:00
fixed inconsistent equinox.common - use signed version everywhere
This commit is contained in:
parent
cc9629737e
commit
9e8c499e7c
3 changed files with 5 additions and 12 deletions
|
@ -23,10 +23,5 @@
|
|||
<artifactId>junit</artifactId>
|
||||
<version>${junit-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.equinox</groupId>
|
||||
<artifactId>common</artifactId>
|
||||
<version>${equinox-common-version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
|
@ -60,13 +60,6 @@
|
|||
<version>${antlr-generator-version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<!-- FIXME should be transitively provided by xtext -->
|
||||
<groupId>org.eclipse.equinox</groupId>
|
||||
<artifactId>org.eclipse.equinox.common</artifactId>
|
||||
<version>[3.6.0,)</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<!-- FIXME should be transitively provided by mwe.utils -->
|
||||
<groupId>commons-logging</groupId>
|
||||
|
|
|
@ -65,5 +65,10 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.equinox</groupId>
|
||||
<artifactId>org.eclipse.equinox.common</artifactId>
|
||||
<version>${equinox-common-version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
Loading…
Reference in a new issue