How to install the Java artifact org.apache.geronimo.framework.jee-specs with Maven
Java
Maven
pom.xml
org.apache.geronimo.framework
jee-specs
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.apache.geronimo.framework</groupId>
<artifactId>jee-specs</artifactId>
<version>2.2.1</version>
</dependency>
/dependencies>