Created
August 18, 2022 10:55
-
-
Save darranl/90cd19992c1a1084a8c48cbf9f43c465 to your computer and use it in GitHub Desktop.
wildfly-ee-security
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find -name "*.xml" -type f | grep -v target | xargs grep wildfly-ee-security 2> /dev/null | |
./ee-security/pom.xml: <artifactId>wildfly-ee-security</artifactId> | |
./boms/legacy-ee/pom.xml: <artifactId>wildfly-ee-security</artifactId> | |
./boms/standard-ee/pom.xml: <artifactId>wildfly-ee-security-jakarta</artifactId> | |
./ee-9/common/src/main/resources/license/preview-feature-pack-common-licenses.xml: <artifactId>wildfly-ee-security-jakarta</artifactId> | |
./ee-9/source-transform/ee-security/pom.xml: <artifactId>wildfly-ee-security-jakarta</artifactId> | |
./ee-feature-pack/common/src/main/resources/license/ee-feature-pack-common-licenses.xml: <artifactId>wildfly-ee-security-jakarta</artifactId> | |
./ee-feature-pack/common/src/main/resources/modules/system/layers/base/org/wildfly/extension/ee-security/main/module.xml: <artifact name="\${org.wildfly:[email protected]@}"/> | |
./ee-feature-pack/common/pom.xml: <artifactId>wildfly-ee-security-jakarta</artifactId> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment