Java Server Faces的maven依赖

  1. <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/xsd/maven-4.0.0.xsd">  
  2.   <modelVersion>4.0.0</modelVersion>  
  3.   <groupId>com.vs.myjsf</groupId>  
  4.   <artifactId>myjsf</artifactId>  
  5.   <version>0.0.1-SNAPSHOT</version>  
  6.   <packaging>war</packaging>  
  7.   <name>myjsf</name>  
  8.   <description>myjsf</description>  
  9.   <dependencies>  
  10.         <dependency>  
  11.             <groupId>commons-fileupload</groupId>  
  12.             <artifactId>commons-fileupload</artifactId>  
  13.             <version>1.2</version>  
  14.         </dependency>  
  15.         <dependency>  
  16.             <groupId>commons-beanutils</groupId>  
  17.             <artifactId>commons-beanutils</artifactId>  
  18.             <version>1.8.0</version>  
  19.         </dependency>  
  20.         <dependency>  
  21.             <groupId>commons-io</groupId>  
  22.             <artifactId>commons-io</artifactId>  
  23.             <version>1.4</version>  
  24.         </dependency>  
  25.         <dependency>  
  26.             <groupId>commons-collections</groupId>  
  27.             <artifactId>commons-collections</artifactId>  
  28.             <version>3.2.1</version>  
  29.         </dependency>  
  30.         <dependency>  
  31.             <groupId>commons-digester</groupId>  
  32.             <artifactId>commons-digester</artifactId>  
  33.             <version>1.8</version>  
  34.         </dependency>  
  35.         <dependency>  
  36.             <groupId>commons-logging</groupId>  
  37.             <artifactId>commons-logging</artifactId>  
  38.             <version>1.1</version>  
  39.         </dependency>  
  40.         <dependency>  
  41.             <groupId>com.sun.faces</groupId>  
  42.             <artifactId>jsf-api</artifactId>  
  43.             <version>2.1.2</version>  
  44.         </dependency>  
  45.         <dependency>  
  46.             <groupId>com.sun.faces</groupId>  
  47.             <artifactId>jsf-impl</artifactId>  
  48.             <version>2.1.2</version>  
  49.         </dependency>  
  50.         <dependency>  
  51.             <groupId>javax.servlet</groupId>  
  52.             <artifactId>jstl</artifactId>  
  53.             <version>1.2</version>  
  54.         </dependency>  
  55.         <dependency>  
  56.             <groupId>javax.servlet</groupId>  
  57.             <artifactId>servlet-api</artifactId>  
  58.             <version>2.5</version>  
  59.             <scope>provided</scope>  
  60.         </dependency>  
  61.         <dependency>  
  62.             <groupId>javax.servlet.jsp</groupId>  
  63.             <artifactId>jsp-api</artifactId>  
  64.             <version>2.1</version>  
  65.             <scope>provided</scope>  
  66.         </dependency>  
  67.         <dependency>  
  68.             <groupId>taglibs</groupId>  
  69.             <artifactId>standard</artifactId>  
  70.             <version>1.1.2</version>  
  71.         </dependency>  
  72.         <dependency>  
  73.             <groupId>javax.servlet</groupId>  
  74.             <artifactId>jstl</artifactId>  
  75.             <version>1.2</version>  
  76.         </dependency>  
  77.     </dependencies>  
  78. </project> 
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值