Skip to content

Commit

Permalink
[sre] Exclude Xbase lib dependency from Arakhne libs.
Browse files Browse the repository at this point in the history
close #658

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Apr 26, 2017
1 parent 5923629 commit 2bfe1c3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sre/io.janusproject/io.janusproject.kernel/pom.xml
Expand Up @@ -11,7 +11,7 @@
<artifactId>io.janusproject.kernel</artifactId>
<name>Janus Platform for Maven</name>
<version>2.0.6.0-SNAPSHOT</version>

<properties>
<cliRunnerName>janus</cliRunnerName>
<cliRunnerMainClass>io.janusproject.Boot</cliRunnerMainClass>
Expand Down Expand Up @@ -67,6 +67,12 @@
<dependency>
<groupId>org.arakhne.afc.core</groupId>
<artifactId>vmutils</artifactId>
<exclusions>
<exclusion>
<groupId>org.eclipse.xtext</groupId>
<artifactId>org.eclipse.xtext.xbase.lib</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 2bfe1c3

Please sign in to comment.