hibernate 3.6.10 maven pom.xml

來源:互聯網
上載者:User

標籤:pack   war   hiberna   sql   ssis   3.2   pid   cat   test   

 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 2   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 3   <modelVersion>4.0.0</modelVersion> 4   <groupId>com.xll</groupId> 5   <artifactId>myhibernate</artifactId> 6   <packaging>war</packaging> 7   <version>0.0.1-SNAPSHOT</version> 8   <name>myhibernate Maven Webapp</name> 9   <url>http://maven.apache.org</url>10   11   <properties>12     <hibernate.version>3.6.10.Final</hibernate.version>17   </properties>18   19   <dependencies>20   21     <dependency>22       <groupId>junit</groupId>23       <artifactId>junit</artifactId>24       <version>3.8.1</version>25       <scope>test</scope>26     </dependency>27     28     <dependency>29     <groupId>org.hibernate</groupId>30     <artifactId>hibernate-core</artifactId>31     <version>${hibernate.version}</version>32     </dependency>33     34     <dependency>35     <groupId>org.javassist</groupId>36     <artifactId>javassist</artifactId>37     <version>3.20.0-GA</version>38     </dependency>39     40     <dependency>41         <groupId>mysql</groupId>42         <artifactId>mysql-connector-java</artifactId>43         <version>5.1.26</version>44     </dependency>45     46     <dependency>47         <groupId>log4j</groupId>48         <artifactId>log4j</artifactId>49         <version>1.2.17</version>50     </dependency>51     52     <dependency>53     <groupId>org.slf4j</groupId>54     <artifactId>slf4j-log4j12</artifactId>55     <version>1.7.12</version>56     <scope>test</scope>57     </dependency>58 59   </dependencies>60   <build>61     <finalName>myhibernate</finalName>62   </build>63 </project>

 

hibernate 3.6.10 maven pom.xml

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.