Skip to content

Commit

Permalink
Cleanup formating and imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Mar 28, 2019
1 parent 8dc6676 commit 20cdfec
Show file tree
Hide file tree
Showing 28 changed files with 3,714 additions and 4,126 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

![Alt logo](https://raw.githubusercontent.com/noboomu/proteus/master/src/main/resources/io/sinistral/proteus/server/tools/swagger/proteus-logo.svg?sanitize=true)
![Alt logo](https://raw.githubusercontent.com/noboomu/proteus/master/core/src/main/resources/io/sinistral/proteus/proteus-logo.svg?sanitize=true)

An extremely __lightweight, flexible, and high performance__ [Undertow](http://undertow.io) based Java framework for developing RESTful web applications and microservices.
An extremely __lightweight, flexible, and high performance__ [Undertow](http://undertow.io) based Java framework for developing RESTful web applications and microservices

- __NO MAGIC__
- Incredibly easy to use and get started
- Limited dependencies and < 340kb
- JAX-RS compliant
- Easy on the developer and the metal
- Blazing fast!!!
[The latest Techempower benchmarks](https://www.techempower.com/benchmarks/) demonstrate __proteus__ outperforming 99% of all other web frameworks.
[The latest Techempower benchmarks](https://www.techempower.com/benchmarks/) demonstrate __proteus__ outperforming 99% of all other web frameworks

![Top 5 in Java Frameworks for Fortunes](https://github.com/noboomu/proteus-example/blob/master/src/main/resources/images/benchmark1.png?raw=true)

Expand Down
60 changes: 30 additions & 30 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,48 +241,48 @@


<!--<dependency>-->
<!--<groupId>org.eclipse.microprofile.health</groupId>-->
<!--<artifactId>microprofile-health-api</artifactId>-->
<!--<version>1.0</version>-->
<!--<groupId>org.eclipse.microprofile.health</groupId>-->
<!--<artifactId>microprofile-health-api</artifactId>-->
<!--<version>1.0</version>-->
<!--</dependency>-->

<!--<dependency>-->
<!--<groupId>org.eclipse.microprofile.metrics</groupId>-->
<!--<artifactId>microprofile-metrics-api</artifactId>-->
<!--<version>1.1.1</version>-->
<!--<groupId>org.eclipse.microprofile.metrics</groupId>-->
<!--<artifactId>microprofile-metrics-api</artifactId>-->
<!--<version>1.1.1</version>-->
<!--</dependency>-->

<!--<dependency>-->
<!--<groupId>org.eclipse.microprofile.fault-tolerance</groupId>-->
<!--<artifactId>microprofile-fault-tolerance-api</artifactId>-->
<!--<version>1.1.3</version>-->
<!--<groupId>org.eclipse.microprofile.fault-tolerance</groupId>-->
<!--<artifactId>microprofile-fault-tolerance-api</artifactId>-->
<!--<version>1.1.3</version>-->
<!--</dependency>-->

<!--<dependency>-->
<!--<groupId>org.eclipse.microprofile.openapi</groupId>-->
<!--<artifactId>microprofile-openapi-api</artifactId>-->
<!--<version>2.0-MR1</version>-->
<!--<scope>provided</scope>-->
<!--<groupId>org.eclipse.microprofile.openapi</groupId>-->
<!--<artifactId>microprofile-openapi-api</artifactId>-->
<!--<version>2.0-MR1</version>-->
<!--<scope>provided</scope>-->
<!--</dependency>-->


<!-- <dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
<version>0.10.5</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId>
<version>0.10.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId>
<version>0.10.5</version>
<scope>runtime</scope>
</dependency> -->
<!--<dependency>-->
<!--<groupId>io.jsonwebtoken</groupId>-->
<!--<artifactId>jjwt-api</artifactId>-->
<!--<version>0.10.5</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>io.jsonwebtoken</groupId>-->
<!--<artifactId>jjwt-impl</artifactId>-->
<!--<version>0.10.5</version>-->
<!--<scope>runtime</scope>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>io.jsonwebtoken</groupId>-->
<!--<artifactId>jjwt-jackson</artifactId>-->
<!--<version>0.10.5</version>-->
<!--<scope>runtime</scope>-->
<!--</dependency>-->

</dependencies>

Expand Down
Loading

0 comments on commit 20cdfec

Please sign in to comment.