Maven Repository - POM file for JSF jsf-api 1.2_08 1.2_08

Summary

This is the master POM file for Sun's Implementation of the JSF 1.2 Specification..

Declaration

Here is the list of declaration for jsf-api. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>javax.faces</groupId>
   <artifactId>jsf-api</artifactId>
   <version>1.2_08</version>
</dependency>

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

License

Name:COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
URL: http://www.opensource.org/licenses/cddl1.php.





Depended by

The following table lists the most popular artifacts which are depending on jsf-api-1.2_08. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Springspring-web 3.2.0.RELEASE
Spring Web
7
Springspring-web 3.2.1.RELEASE
Spring Web
10
Springspring-web 3.2.3.RELEASE
Spring Web
15
Springspring-web 3.2.6.RELEASE
Spring Web
8
Springspring-web 3.2.5.RELEASE
Spring Web
5
Springspring-web 3.2.7.RELEASE
Spring Web
6
Springspring-web 3.2.8.RELEASE
Spring Web
24
JEEow2-javaee-5-spec 1.0.3
API of Java EE 5
18
Springspring-web 3.2.9.RELEASE
Spring Web
10
Springspring-web 3.2.4.RELEASE
Spring Web
13




Packages

The following packages are defined in the jsf-api-1.2_08.jar

javax.faces
javax.faces.application
javax.faces.component
javax.faces.component.html
javax.faces.context
javax.faces.convert
javax.faces.el
javax.faces.event
javax.faces.lifecycle
javax.faces.model
javax.faces.render
javax.faces.validator
javax.faces.webapp




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>

<!--
 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 
 Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
 
 The contents of this file are subject to the terms of either the GNU
 General Public License Version 2 only ("GPL") or the Common Development
 and Distribution License("CDDL") (collectively, the "License").  You
 may not use this file except in compliance with the License. You can obtain
 a copy of the License at https://glassfish.dev.java.net/public/CDDL+GPL.html
 or glassfish/bootstrap/legal/LICENSE.txt.  See the License for the specific
 language governing permissions and limitations under the License.
 
 When distributing the software, include this License Header Notice in each
 file and include the License file at glassfish/bootstrap/legal/LICENSE.txt.
 Sun designates this particular file as subject to the "Classpath" exception
 as provided by Sun in the GPL Version 2 section of the License file that
 accompanied this code.  If applicable, add the following below the License
 Header, with the fields enclosed by brackets [] replaced by your own
 identifying information: "Portions Copyrighted [year]
 [name of copyright owner]"
 
 Contributor(s):
 
 If you wish your version of this file to be governed by only the CDDL or
 only the GPL Version 2, indicate your decision by adding "[Contributor]
 elects to include this software in this distribution under the [CDDL or GPL
 Version 2] license."  If you don't indicate a single choice of license, a
 recipient has the option to distribute your version of this file under
 either the CDDL, the GPL Version 2 or to extend the choice of license to
 its licensees as provided above.  However, if you add GPL Version 2 code
 and therefore, elected the GPL Version 2 license, then the option applies
 only if the new code is made subject to such option by the copyright
 holder.
-->

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>javax.faces</groupId>
  <artifactId>jsf-api</artifactId>
  <version>1.2_08</version>
  <description>This is the master POM file for Sun's Implementation of
  the JSF 1.2 Specification.</description>
  <url>http://java.sun.com/javaee/javaserverfaces/</url>
  <issueManagement>
    <system>issueZilla</system>
    <url>https://javaserverfaces-spec-public.dev.java.net/servlets/ProjectIssues</url>
  </issueManagement>
  <mailingLists>
    <mailingList>
      <name>JSF 1.2 Specification Comments</name>
      <post>jsr-252-comments@jcp.org</post>
    </mailingList>
    <mailingList>
      <name>Sun's JavaServer Faces Implementation Dev List</name>
      <post>dev@javaserverfaces.dev.java.net</post>
      <archive>https://javaserverfaces.dev.java.net/servlets/SummarizeList?listName=dev</archive>
    </mailingList>
  </mailingLists>
  
  <contributors>
    <contributor>
      <name>Craig McClanahan</name>
    </contributor>
    <contributor>
      <name>Deepak Gothe</name>
    </contributor>
    <contributor>
      <name>Gregory Murray</name>
    </contributor>
    <contributor>
      <name>Justyna Horwat</name>
    </contributor>
    <contributor>
      <name>Jayashri Visvanathan</name>
    </contributor>
    <contributor>
      <name>Jennifer Ball</name>
    </contributor>
    <contributor>
      <name>Jacob Hookom</name>
    </contributor>
    <contributor>
      <name>Raj Premkumar</name>
    </contributor>
    <contributor>
      <name>Stan Silvert</name>
    </contributor>
    <contributor>
      <name>Mike Youngstrom</name>
    </contributor>
  </contributors>
  <licenses>
    <license>
      <name>COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0</name>
      <url>http://www.opensource.org/licenses/cddl1.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <organization>
    <name>Sun Microsystems, Inc</name>
    <url>http://www.sun.com/</url>
  </organization>
  <dependencies>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.5</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet.jsp</groupId>
      <artifactId>jsp-api</artifactId>
      <version>2.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>javax.el</groupId>
      <artifactId>el-api</artifactId>
      <version>1.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>jstl</groupId>
      <artifactId>jstl</artifactId>
      <version>1.2</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>