Browse Source

Fixed main class in pom.

pull/47/head
Kalle Stenflo 10 years ago
parent
commit
032fcf08f7
  1. 2
      json-path-web-test/pom.xml

2
json-path-web-test/pom.xml

@ -99,7 +99,7 @@
<configuration>
<archive>
<manifest>
<mainClass>com.jayway.oauth2.example.boot.Main</mainClass>
<mainClass>com.jayway.jsonpath.web.boot.Main</mainClass>
</manifest>
</archive>
</configuration>

Loading…
Cancel
Save