Skip to content

Commit

Permalink
[all] Remove hard dependencies to experimental contributions.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Nov 6, 2018
1 parent cb2b6b4 commit e023358
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions main/internalmaven/sarl-maven-plugin/pom.xml
Expand Up @@ -64,10 +64,10 @@
<artifactId>guava</artifactId>
</dependency>
<!-- The following dependency is included in order to have extra-language generators -->
<dependency>
<!-- <dependency>
<groupId>io.sarl.pythongenerator</groupId>
<artifactId>io.sarl.pythongenerator.generator</artifactId>
</dependency>
</dependency> -->
</dependencies>

<build>
Expand Down
4 changes: 2 additions & 2 deletions products/sarlc/pom.xml
Expand Up @@ -53,10 +53,10 @@
<artifactId>io.sarl.maven.sdk</artifactId>
</dependency>
<!-- The following dependency is included in order to have extra-language generators -->
<dependency>
<!-- <dependency>
<groupId>io.sarl.pythongenerator</groupId>
<artifactId>io.sarl.pythongenerator.generator</artifactId>
</dependency>
</dependency> -->
</dependencies>

<build>
Expand Down

0 comments on commit e023358

Please sign in to comment.