Skip to content

Commit

Permalink
shell - removed shell modules from restx distribution as it should ha…
Browse files Browse the repository at this point in the history
…ve its own lifecycle in https://github.com/restx/restx-shell/.

This fixes #275
  • Loading branch information
fcamblor committed Sep 12, 2017
1 parent 0f575fb commit cfb691b
Show file tree
Hide file tree
Showing 139 changed files with 0 additions and 12,107 deletions.
11 changes: 0 additions & 11 deletions README.md
Expand Up @@ -97,17 +97,6 @@ Here is a brief summary of each module:
If you want to deploy in a web server, you will ` restx-servlet `


### Shell modules:

- `restx-shell`: The pluggable shell.
- `restx-shell-manager`: Plugin to manage the shell: install plugins, upgrade shell version.
- `restx-build`: The very simple tool which generates POM / Ivy files from `md.restx.json` files
- `restx-core-shell`: Plugin providing RESTX core support in the shell: app comilation and running, ...
- `restx-build-shell`: Plugin prodividing build support in the shell, especially to generate POM/Ivy files from `md.restx.json` files.
- `restx-specs-shell`: Plugin providing RESTX specs based HTTP mock server.
- `restx-package`: assembly module to package the shell


### Metrics:

- `restx-monitor-codahale`: Codahale metrics for monitor module. Not compatible with Google App Engine.
Expand Down
53 changes: 0 additions & 53 deletions pom.xml
Expand Up @@ -66,7 +66,6 @@
<jna.version>3.2.7</jna.version>
<slf4j-api.version>1.7.5</slf4j-api.version>
<logback.version>1.0.13</logback.version>
<joda-time.version>2.3</joda-time.version>
<javax.inject.version>1</javax.inject.version>
<mustache.version>1.8</mustache.version>
<reflections.version>0.9.9-RC1</reflections.version>
Expand Down Expand Up @@ -133,16 +132,6 @@
<artifactId>restx-security-basic</artifactId>
<version>${restx.version}</version>
</dependency>
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-shell</artifactId>
<version>${restx.version}</version>
</dependency>
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-build</artifactId>
<version>${restx.version}</version>
</dependency>
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-classloader</artifactId>
Expand All @@ -153,11 +142,6 @@
<artifactId>restx-apidocs-doclet</artifactId>
<version>${restx.version}</version>
</dependency>
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-shell-manager</artifactId>
<version>${restx.version}</version>
</dependency>
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-specs-tests</artifactId>
Expand Down Expand Up @@ -248,11 +232,6 @@
<artifactId>restx-server-tomcat</artifactId>
<version>${restx.version}</version>
</dependency>
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-core-shell</artifactId>
<version>${restx.version}</version>
</dependency>
<dependency>
<groupId>io.restx</groupId>
<artifactId>restx-specs-server</artifactId>
Expand Down Expand Up @@ -353,13 +332,6 @@
<version>${reflections.version}</version>
</dependency>

<!-- Ivy -->
<dependency>
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
<version>${ivy.version}</version>
</dependency>

<!-- JBcrypt -->
<dependency>
<groupId>org.mindrot</groupId>
Expand Down Expand Up @@ -422,13 +394,6 @@
<version>${janino.version}</version>
</dependency>

<!-- JLine -->
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>${jline.version}</version>
</dependency>

<!-- Mongo modules -->
<dependency>
<groupId>de.undercouch</groupId>
Expand Down Expand Up @@ -476,11 +441,6 @@
<artifactId>assertj-core</artifactId>
<version>${assertj-core.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-verifier</artifactId>
<version>${maven-verifier.version}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
Expand Down Expand Up @@ -565,8 +525,6 @@
<module>restx-barbarywatch</module>
<module>restx-classloader</module>
<module>restx-security-basic</module>
<module>restx-package</module>
<module>restx-build</module>
<module>restx-core</module>
<module>restx-core-annotation-processor</module>
<module>restx-annotation-processors-package</module>
Expand All @@ -592,17 +550,6 @@
<module>restx-server-simple</module>
<module>restx-server-testing</module>
<module>restx-samplest</module>
<!--
Shell modules should be built in the end because
they will have to generate some restx apps during tests
(every restx modules should have been installed when testing
these generated aps)
-->
<module>restx-core-shell</module>
<module>restx-shell</module>
<module>restx-shell-manager</module>
<module>restx-build-shell</module>
<module>restx-specs-shell</module>
<module>restx-validation</module>
<module>restx-webjars</module>
</modules>
Expand Down
28 changes: 0 additions & 28 deletions restx-build-shell/md.restx.json

This file was deleted.

25 changes: 0 additions & 25 deletions restx-build-shell/module.ivy

This file was deleted.

67 changes: 0 additions & 67 deletions restx-build-shell/pom.xml

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions restx-build-shell/src/main/resources/restx/build/shell/build.man

This file was deleted.

0 comments on commit cfb691b

Please sign in to comment.