Maven dependencies provided by wildfly 17 server
问题 I just started using wildfly server version 17 and I got stuck looking into the dependencies that I should mention as provided in my pom file. I haven't found any thing in the documentation that shows the provided dependencies with their proper versions. As an example here is what I want: <dependency> <groupId>javax</groupId> <artifactId>javaee-web-api</artifactId> <version>7.0</version> <scope>provided</scope> </dependency> I want to know where i get all the dependencies that are provided by