4000-520-616
欢迎来到免疫在线!(蚂蚁淘生物旗下平台)  请登录 |  免费注册 |  询价篮
主营:原厂直采,平行进口,授权代理(蚂蚁淘为您服务)
咨询热线电话
4000-520-616
当前位置: 首页 > 新闻动态 >
新闻详情
pom.xml · betapharma/jfinalbbs - Gitee.com
来自 : gitee.com/betapharma/jfinalbbs 发布时间:2021-03-25
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
 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\" modelVersion 4.0.0 /modelVersion groupId cn.jfinalbbs /groupId artifactId jfinalbbs /artifactId packaging war /packaging version 1.1 /version name jfinalbbs Maven Webapp /name url http://maven.apache.org /url properties project.build.sourceEncoding UTF-8 /project.build.sourceEncoding /properties dependencies dependency groupId junit /groupId artifactId junit /artifactId version 3.8.1 /version scope test /scope /dependency dependency groupId com.jfinal /groupId artifactId jetty-server /artifactId version 8.1.8 /version scope provided /scope /dependency dependency groupId javax.servlet /groupId artifactId servlet-api /artifactId version 2.5 /version /dependency dependency groupId com.jfinal /groupId artifactId jfinal /artifactId version 1.9 /version /dependency !-- Jetty JSP:根据 Dependency Hierarchy 视图拆分成了七个 dependency, - 方便项目以及便于 导出 war的在jetty与tomcat间无缝迁移 - Dependencies: http://mvnrepository.com/artifact/org.eclipse.jetty/jetty-jsp dependency groupId org.eclipse.jetty /groupId artifactId jetty-jsp /artifactId version 8.1.8.v20121106 /version scope provided /scope /dependency -- !-- dependency ! ndash; jetty-server-8.1.8 开发时JSP 支持 ndash; groupId org.eclipse.jetty.orbit /groupId artifactId javax.servlet.jsp /artifactId version 2.2.0.v201112011158 /version scope provided /scope /dependency dependency ! ndash; jetty-server-8.1.8 开发时JSP 支持 ndash; groupId org.eclipse.jetty.orbit /groupId artifactId org.apache.jasper.glassfish /artifactId version 2.2.2.v201112011158 /version scope provided /scope /dependency dependency ! ndash; jetty-server-8.1.8 开发时JSP 支持 ndash; groupId org.eclipse.jetty.orbit /groupId artifactId javax.el /artifactId version 2.2.0.v201108011116 /version scope provided /scope /dependency dependency ! ndash; jetty-server-8.1.8 开发时JSP 支持 ndash; groupId org.eclipse.jetty.orbit /groupId artifactId com.sun.el /artifactId version 2.2.0.v201108011116 /version scope provided /scope /dependency dependency ! ndash; jetty-server-8.1.8 开发时JSP 支持 ndash; groupId org.eclipse.jetty.orbit /groupId artifactId org.eclipse.jdt.core /artifactId version 3.7.1 /version scope provided /scope /dependency -- !-- dependency ! ndash; JSTL 支持 ndash; groupId org.eclipse.jetty.orbit /groupId artifactId javax.servlet.jsp.jstl /artifactId version 1.2.0.v201105211821 /version exclusions ! ndash; 避免导出 servlet jar 包 ndash; exclusion groupId org.eclipse.jetty.orbit /groupId artifactId javax.servlet /artifactId /exclusion /exclusions /dependency -- !-- dependency ! ndash; JSTL 支持 ndash; groupId org.eclipse.jetty.orbit /groupId artifactId org.apache.taglibs.standard.glassfish /artifactId version 1.2.0.v201112081803 /version exclusions ! ndash; 避免导出 servlet jar 包 ndash; exclusion groupId org.eclipse.jetty.orbit /groupId artifactId javax.servlet /artifactId /exclusion /exclusions /dependency -- dependency groupId c3p0 /groupId artifactId c3p0 /artifactId version 0.9.1.2 /version /dependency dependency groupId org.freemarker /groupId artifactId freemarker /artifactId version 2.3.20 /version /dependency dependency groupId log4j /groupId artifactId log4j /artifactId version 1.2.16 /version /dependency !-- dependency groupId org.slf4j /groupId artifactId slf4j-api /artifactId version 1.7.5 /version /dependency -- dependency groupId mysql /groupId artifactId mysql-connector-java /artifactId version 5.1.20 /version /dependency dependency groupId com.jfinal /groupId artifactId cos /artifactId version 26Dec2008 /version /dependency dependency groupId net.sf.ehcache /groupId artifactId ehcache /artifactId version 2.8.1 /version /dependency dependency groupId javax.mail /groupId artifactId mail /artifactId version 1.4.7 /version /dependency dependency groupId dom4j /groupId artifactId dom4j /artifactId version 1.6.1 /version /dependency dependency groupId jaxen /groupId artifactId jaxen /artifactId version 1.1.6 /version /dependency dependency groupId com.fasterxml.jackson.core /groupId artifactId jackson-databind /artifactId version 2.4.3 /version /dependency dependency groupId commons-codec /groupId artifactId commons-codec /artifactId version 1.0 /version scope system /scope systemPath ${basedir}/src/main/webapp/WEB-INF/lib/commons-codec-1.9.jar /systemPath /dependency dependency groupId Sdk4J /groupId artifactId Sdk4J /artifactId version 1.0 /version scope system /scope systemPath ${basedir}/src/main/webapp/WEB-INF/lib/Sdk4J.jar /systemPath /dependency dependency groupId commons-fileupload /groupId artifactId commons-fileupload /artifactId version 1.0 /version scope system /scope systemPath ${basedir}/src/main/webapp/WEB-INF/lib/commons-fileupload-1.3.1.jar /systemPath /dependency dependency groupId commons-io /groupId artifactId commons-io /artifactId version 1.0 /version scope system /scope systemPath ${basedir}/src/main/webapp/WEB-INF/lib/commons-io-2.4.jar /systemPath /dependency dependency groupId json /groupId artifactId json /artifactId version 1.0 /version scope system /scope systemPath ${basedir}/src/main/webapp/WEB-INF/lib/json.jar /systemPath /dependency dependency groupId ueditor /groupId artifactId ueditor /artifactId version 1.0 /version scope system /scope systemPath ${basedir}/src/main/webapp/WEB-INF/lib/ueditor-1.1.1.jar /systemPath /dependency /dependencies build finalName jfinalbbs /finalName plugins plugin groupId org.mortbay.jetty /groupId artifactId jetty-maven-plugin /artifactId version 8.1.8.v20121106 /version configuration stopKey stop /stopKey stopPort 5599 /stopPort webAppConfig contextPath / /contextPath /webAppConfig scanIntervalSeconds 5 /scanIntervalSeconds connectors connector implementation=\"org.eclipse.jetty.server.nio.SelectChannelConnector\" port 8080 /port maxIdleTime 60000 /maxIdleTime /connector /connectors /configuration /plugin /plugins /build /project 

本文链接: http://finalpharma.immuno-online.com/view-724301.html

发布于 : 2021-03-25 阅读(0)
公司介绍
品牌分类
其他
联络我们
服务热线:4000-520-616
(限工作日9:00-18:00)
QQ :1570468124
手机:18915418616
官网:http://