environments
environments copied to clipboard
Update Dockerfile-11 and pom.xml
Just some updates from the issue raised https://github.com/fission/environments/issues/269
This just includes a missing dependency otherwise Jersey crashes, it also fixes the bootstrap command for the jersey port
Notes for this PR
- Port Number fix
- Upgrade to annotation processing to latest
- Jetty server version upgrade to version 10 (Not 11 as this is an API change, version 10 & 11 are made for Java 11).
- Include missing dependencies which were taken out of other JARS
- TBA for more