Maven Repository - POM file for Jetty org.apache.jasper.glassfish 2.2.2.v201112011158 2.2.2.v201112011158

Summary

Jetty Orbit :: JSP Impl.

This artifact originates from the Orbit Project at Eclipse, it is an osgi bundle and is signed as well..

Declaration

Here is the list of declaration for org.apache.jasper.glassfish. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.eclipse.jetty.orbit</groupId>
   <artifactId>org.apache.jasper.glassfish</artifactId>
   <version>2.2.2.v201112011158</version>
</dependency>

If you think this Maven repository POM file listing for org.apache.jasper.glassfish is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





Depends on

The org.apache.jasper.glassfish-2.2.2.v201112011158 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Jettyjavax.servlet 3.0.0.v201112011016
This artifact originates from the Orbit Project at Eclipse, it is an osgi bundle and is signed as well.
25
Jettyjavax.servlet.jsp 2.2.0.v201112011158
This artifact originates from the Orbit Project at Eclipse, it is an osgi bundle and is signed as well.
9

Packages

The following packages are defined in the org.apache.jasper.glassfish-2.2.2.v201112011158.jar

org.apache.jasper
org.apache.jasper.compiler
org.apache.jasper.compiler.tagplugin
org.apache.jasper.runtime
org.apache.jasper.security
org.apache.jasper.servlet
org.apache.jasper.tagplugins.jstl
org.apache.jasper.xmlparser
org.glassfish.jsp.api




POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <parent>
    <groupId>org.eclipse.jetty.orbit</groupId>
    <artifactId>jetty-orbit</artifactId>
    <version>1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.eclipse.jetty.orbit</groupId>
  <artifactId>org.apache.jasper.glassfish</artifactId>
  <version>2.2.2.v201112011158</version>
  <name>Jetty Orbit :: JSP Impl</name>
  <description>
    This artifact originates from the Orbit Project at Eclipse, 
    it is an osgi bundle and is signed as well.
  </description>
  <packaging>orbit</packaging>
  <dependencies>
    <dependency>
      <groupId>org.eclipse.jetty.orbit</groupId>
      <artifactId>javax.servlet</artifactId>
      <version>3.0.0.v201112011016</version>
    </dependency>
    <dependency>
      <groupId>org.eclipse.jetty.orbit</groupId>
      <artifactId>javax.servlet.jsp</artifactId>
      <version>2.2.0.v201112011158</version>
    </dependency>
  </dependencies>
</project>