Skip to content

Commit

Permalink
[maven] Remove unnecessary Maven dependencies into the documentation …
Browse files Browse the repository at this point in the history
…generator and the associated testing project.

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed May 7, 2019
1 parent 43076d4 commit 62d2117
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 28 deletions.
22 changes: 4 additions & 18 deletions main/externalmaven/io.sarl.maven.docs.generator/pom.xml
Expand Up @@ -27,6 +27,10 @@
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
</dependency>
<dependency>
<groupId>org.arakhne.afc.core</groupId>
<artifactId>util</artifactId>
</dependency>

<dependency>
<groupId>junit</groupId>
Expand All @@ -41,24 +45,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</dependency>
<!-- FIXME: Remove asap if the project compile without -->
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.12.2</version>
</dependency>
<!-- FIXME: Remove asap if the project compile without -->
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.core.runtime</artifactId>
<version>3.12.0</version>
</dependency>
<!-- FIXME: Remove asap if the project compile without -->
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.common</artifactId>
<version>3.8.0</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
16 changes: 6 additions & 10 deletions main/externalmaven/io.sarl.maven.docs.testing/pom.xml
Expand Up @@ -26,20 +26,16 @@
<artifactId>org.eclipse.xtext.testing</artifactId>
</dependency>
<dependency>
<groupId>io.janusproject</groupId>
<artifactId>io.janusproject.kernel</artifactId>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>io.sarl</groupId>
<artifactId>io.sarl.lang.sarlc</artifactId>
<groupId>io.bootique</groupId>
<artifactId>bootique</artifactId>
</dependency>
<dependency>
<groupId>io.sarl.maven</groupId>
<artifactId>sarl-maven-plugin</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 62d2117

Please sign in to comment.