Skip to content

Commit 6b24644

Browse files
committed
Update README.md.
1 parent 5c0f8b8 commit 6b24644

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ This guide introduces the HTTP-RPC framework and provides an overview of its key
1515
# Getting HTTP-RPC
1616
HTTP-RPC is distributed via Maven Central:
1717

18-
* [org.httprpc:httprpc-client](https://repo1.maven.org/maven2/org/httprpc/httprpc-client/) - provides support for consuming web services and interacting with common file formats and relational databases
19-
* [org.httprpc:httprpc-server](https://repo1.maven.org/maven2/org/httprpc/httprpc-server/) - depends on client; provides support for implementing web services
18+
* [org.httprpc:httprpc-client](https://repo1.maven.org/maven2/org/httprpc/httprpc-client/) - provides support for consuming web services and interacting with common file formats and relational databases (Java 8 or later required)
19+
* [org.httprpc:httprpc-server](https://repo1.maven.org/maven2/org/httprpc/httprpc-server/) - depends on client; provides support for implementing web services (Java Servlet specification 3.1 or later required)
2020

2121
**NOTE** The legacy `org.httprpc:httprpc` artifact is deprecated. `org.httprpc:httprpc-client` or `org.httprpc:httprpc-server` should be used for new development.
2222

23-
Java 8 or later is required. Web service support requires a servlet container supporting Java Servlet specification 3.1 or later.
24-
2523
# HTTP-RPC Classes
2624
Classes provided by the HTTP-RPC framework include:
2725

0 commit comments

Comments
 (0)