From 3c4a9480ce6756e8ff9ff155e4a5d8a73b359a26 Mon Sep 17 00:00:00 2001 From: wing328 Date: Mon, 24 Apr 2017 18:01:18 +0800 Subject: [PATCH] update java-petstore-all script with resteasy --- bin/java-petstore-all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/java-petstore-all.sh b/bin/java-petstore-all.sh index 8b1dbc57f59..bccc58be22f 100755 --- a/bin/java-petstore-all.sh +++ b/bin/java-petstore-all.sh @@ -12,3 +12,4 @@ ./bin/java-petstore-retrofit2-play24.sh ./bin/java-petstore-jersey2-java6.sh ./bin/java-petstore-resttemplate.sh +./bin/java-petstore-resteasy.sh