Skip to content

Commit

Permalink
[maven] Remove the dependencies to Xtend in the Maven SDK.
Browse files Browse the repository at this point in the history
see #338

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Nov 16, 2015
1 parent 9e0edbc commit 864c8bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
6 changes: 5 additions & 1 deletion docs/io.sarl.docs.suite/pom.xml
Expand Up @@ -26,6 +26,11 @@
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>osgi</artifactId>
<version>${osgi.nls.version}</version>
</dependency>
<dependency>
<groupId>org.arakhne.afc.core</groupId>
<artifactId>vmutils</artifactId>
Expand All @@ -36,7 +41,6 @@
<groupId>io.sarl.maven</groupId>
<artifactId>io.sarl.maven.sdk</artifactId>
<version>${project.version}</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
18 changes: 1 addition & 17 deletions maven/io.sarl.maven.sdk/pom.xml
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>io.sarl.maven.sdk</artifactId>
<packaging>pom</packaging>
<packaging>jar</packaging>
<name>SDK for Maven</name>
<description>Provides all necessary dependencies to develop a MAS using SARL.</description>

Expand Down Expand Up @@ -58,22 +58,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.xtend</groupId>
<artifactId>org.eclipse.xtend.core</artifactId>
<version>${xtext.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>osgi</artifactId>
<version>${osgi.nls.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down

0 comments on commit 864c8bc

Please sign in to comment.