From 032fcf08f7be954f4c1780aeb9ba132d2490351c Mon Sep 17 00:00:00 2001 From: Kalle Stenflo Date: Thu, 11 Sep 2014 15:36:10 +0200 Subject: [PATCH] Fixed main class in pom. --- json-path-web-test/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json-path-web-test/pom.xml b/json-path-web-test/pom.xml index ab5ebff5..58c83247 100644 --- a/json-path-web-test/pom.xml +++ b/json-path-web-test/pom.xml @@ -99,7 +99,7 @@ - com.jayway.oauth2.example.boot.Main + com.jayway.jsonpath.web.boot.Main