日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

pomForSSH

發(fā)布時間:2023/12/9 编程问答 24 豆豆
生活随笔 收集整理的這篇文章主要介紹了 pomForSSH 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

2019獨角獸企業(yè)重金招聘Python工程師標(biāo)準(zhǔn)>>>

<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">
?<modelVersion>4.0.0</modelVersion>
?<groupId>report</groupId>
?<artifactId>report</artifactId>
?<version>0.0.1-SNAPSHOT</version>
?<packaging>war</packaging>
?<name />
?<description />
?<!-- 指定項目編碼 -->
?<properties>
??<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
?</properties>

?<!-- 指定項目依賴 -->
?<dependencies>
??<!-- jstl -->
??<dependency>
???<groupId>javax.servlet</groupId>
???<artifactId>jstl</artifactId>
???<version>1.2</version>
??</dependency>
??<dependency>
???<groupId>javax.servlet.jsp</groupId>
???<artifactId>jsp-api</artifactId>
???<version>2.2.1-b03</version>
???<scope>provided</scope>
??</dependency>

??<!-- servlet -->
??<dependency>
???<groupId>javax.servlet</groupId>
???<artifactId>servlet-api</artifactId>
???<version>2.5</version>
???<scope>provided</scope>
??</dependency>

??<!-- slf4j -->
??<dependency>
???<groupId>org.slf4j</groupId>
???<artifactId>slf4j-api</artifactId>
???<version>1.7.0</version>
??</dependency>

??<!-- log4j -->
??<dependency>
???<groupId>log4j</groupId>
???<artifactId>log4j</artifactId>
???<version>1.2.17</version>
??</dependency>

??<!-- fastJson -->
??<dependency>
???<groupId>com.alibaba</groupId>
???<artifactId>fastjson</artifactId>
???<version>1.1.24</version>
??</dependency>

??<!-- druid -->
??<dependency>
???<groupId>com.alibaba</groupId>
???<artifactId>druid</artifactId>
???<version>0.2.9</version>
??</dependency>

??<!-- aspectjweaver -->
??<dependency>
???<groupId>org.aspectj</groupId>
???<artifactId>aspectjweaver</artifactId>
???<version>1.7.0</version>
??</dependency>
??<!-- edb數(shù)據(jù)庫驅(qū)動 -->
??<dependency>
???? <groupId>com.edb</groupId>
???? <artifactId>edb-jdbc</artifactId>
???? <version>16</version>
???? <scope>system</scope>
???? <systemPath>${basedir}/lib/edb-jdbc16.jar</systemPath>?
??? </dependency>
??

??<!-- mysql數(shù)據(jù)庫驅(qū)動
??<dependency>
???<groupId>mysql</groupId>
???<artifactId>mysql-connector-java</artifactId>
???<version>5.1.21</version>
??</dependency>
??-->
??<!-- sql server數(shù)據(jù)庫驅(qū)動 -->
??<!-- <dependency> <groupId>net.sourceforge.jtds</groupId> <artifactId>jtds</artifactId> <version>1.2.4</version> </dependency> -->
??<!-- oracle數(shù)據(jù)庫驅(qū)動 -->
??<!-- <dependency> <groupId>com.oracle</groupId> <artifactId>ojdbc14</artifactId> <version>10.2.0.1.0</version> </dependency> -->
??<!-- <dependency>
???<groupId>com.edb</groupId>
???<artifactId>edb-jdbc</artifactId>
???<version>16</version>
???<scope>system</scope>
???<systemPath>${basedir}/lib/edb-jdbc16.jar</systemPath>
??</dependency> -->

??<!-- junit -->
??<dependency>
???<groupId>junit</groupId>
???<artifactId>junit</artifactId>
???<version>4.10</version>
???<scope>test</scope>
??</dependency>

??<!-- struts2 -->
??<dependency>
???<groupId>org.apache.struts</groupId>
???<artifactId>struts2-core</artifactId>
???<version>2.3.4.1</version>
???<exclusions>
????<exclusion>
?????<groupId>javassist</groupId>
?????<artifactId>javassist</artifactId>
????</exclusion>
???</exclusions>
??</dependency>
??<dependency>
???<groupId>org.apache.struts</groupId>
???<artifactId>struts2-spring-plugin</artifactId>
???<version>2.3.4.1</version>
??</dependency>
??<dependency>
???<groupId>org.apache.struts</groupId>
???<artifactId>struts2-convention-plugin</artifactId>
???<version>2.3.4.1</version>
??</dependency>

??<!-- hibernate4 -->
??<dependency>
???<groupId>org.hibernate</groupId>
???<artifactId>hibernate-core</artifactId>
???<version>4.1.9.Final</version>
??</dependency>

??<!-- spring3 -->
??<dependency>
???<groupId>org.springframework</groupId>
???<artifactId>spring-core</artifactId>
???<version>3.1.2.RELEASE</version>
??</dependency>
??<dependency>
???<groupId>org.springframework</groupId>
???<artifactId>spring-context</artifactId>
???<version>3.1.2.RELEASE</version>
??</dependency>
??<dependency>
???<groupId>org.springframework</groupId>
???<artifactId>spring-jdbc</artifactId>
???<version>3.1.2.RELEASE</version>
??</dependency>
??<dependency>
???<groupId>org.springframework</groupId>
???<artifactId>spring-beans</artifactId>
???<version>3.1.2.RELEASE</version>
??</dependency>
??<dependency>
???<groupId>org.springframework</groupId>
???<artifactId>spring-web</artifactId>
???<version>3.1.2.RELEASE</version>
??</dependency>
??<dependency>
???<groupId>org.springframework</groupId>
???<artifactId>spring-expression</artifactId>
???<version>3.1.2.RELEASE</version>
??</dependency>
??<dependency>
???<groupId>org.springframework</groupId>
???<artifactId>spring-orm</artifactId>
???<version>3.1.2.RELEASE</version>
??</dependency>
??<dependency>
???<groupId>org.javassist</groupId>
???<artifactId>javassist</artifactId>
???<version>3.15.0-GA</version>
??</dependency>
?</dependencies>
?<build>
??<plugins>
???<!-- war包插件 -->
???<plugin>
????<artifactId>maven-war-plugin</artifactId>
???</plugin>

???<!-- 編譯插件 -->
???<plugin>
????<artifactId>maven-compiler-plugin</artifactId>
????<configuration>
?????<source>1.7</source>
?????<target>1.7</target>
?????<encoding>utf-8</encoding>
????</configuration>
???</plugin>

???<!-- javadoc插件 -->
???<plugin>
????<artifactId>maven-javadoc-plugin</artifactId>
????<configuration>
?????<encoding>utf-8</encoding>
????</configuration>
???</plugin>

???<plugin>
????<artifactId>maven-surefire-plugin</artifactId>
????<version>2.7.2</version>
????<configuration>
?????<forkMode>once</forkMode>
?????<argLine>-Dfile.encoding=UTF-8</argLine>
????</configuration>
???</plugin>
??</plugins>
?</build>
</project>

轉(zhuǎn)載于:https://my.oschina.net/jeromePeng/blog/121666

總結(jié)

以上是生活随笔為你收集整理的pomForSSH的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。