REST Assignment 2 Steps: The EventREST project has query and an insert functionality please add the ability to update an Event (PUT), and to delete an Event (DELETE). Please write and run JUnit tests for the REST methods you add Next create a new Java Project to build a EventRESTClient to invoke the EventREST API you will need the following Maven dependencies see the EventREST pom.xml for details org.example.event event ${snapshot-version} javax.json.bind javax.json.bind-api ${jaxb-version} org.eclipse yasson ${yasson-version} org.glassfish javax.json ${json-version} org.apache.httpcomponents httpclient ${httpcomponent-version}