I am trying to migrate j2ee app deployed on Websphere 8.5 to Websphere liberty.
The code is using ant scripts (xml files) and references "j2ee.jar" lib file from websphere for building the code. Also references "plugins/com.ibm.ws.runtime.jar"
Which are the replacement jar files that can be used when building the code for liberty?