Skip to content

Commit 4cc0750

Browse files
committed
clean up
1 parent 33ee226 commit 4cc0750

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ See [CONTRIBUTING](CONTRIBUTING.md) for how to build these examples:
66

77
* [Getting Started](./getting-started): Application creation, Rest endpoint, Dependency Injection, Test, Packaging
88
* [Getting Started - Async](./getting-started-async): Illustrate how to use `CompletionStage` to handle asynchronous actions
9-
* [Getting Started - OpenShift S2I](./getting-started-openshift-s2i): Deployment of the application to OpenShift with S2I
109
* [Getting Started - Knative](./getting-started-knative): Deployment of the Knative service to Kubernetes and/or OpenShift
1110
* [Application Configuration](./application-configuration): How to configure your application
1211
* [JSON REST services](./rest-json): How to write JSON REST services
@@ -15,7 +14,7 @@ See [CONTRIBUTING](CONTRIBUTING.md) for how to build these examples:
1514
* [Scheduling periodic tasks](./scheduling-periodic-tasks): How to schedule periodic jobs
1615
* [Using Web Sockets](./using-websockets): Demonstrate how to use web sockets and serve static assets
1716
* [Startup and Shutdown actions](./application-lifecycle-events): Explains how to execute code when the application starts and stops
18-
* [Validation with Hibernate Validator](./validation): How to use Hibernate Validator/Bean Validation in your REST services
17+
* [Validation with Hibernate Validator](./validation): How to use Hibernate Validator/Bean Validation in your REST services
1918
* [REST Client](./rest-client): How to use MicroProfile's REST Client
2019
* [OpenTracing and Jaeger](./using-opentracing): How to use MicroProfile OpenTracing and Jaeger to monitor application performances
2120
* [MicroProfile Health](./microprofile-health): How to use MicroProfile Health

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<module>application-configuration</module>
1313
<module>application-lifecycle-events</module>
1414
<module>getting-started</module>
15-
<module>getting-started-openshift-s2i</module>
1615
<module>getting-started-async</module>
1716
<module>hibernate-orm-resteasy</module>
1817
<module>hibernate-orm-panache-resteasy</module>

0 commit comments

Comments
 (0)