xml 代码
  1. <?xml version="1.0"?>  
  2.   
  3. <project>  
  4.     <extend>${basedir}/../project.xml</extend>  
  5.     <artifactId>sj4tomcat</artifactId>  
  6.     <name>SpringJPA WAR</name>  
  7.     <groupId>NirvOrg</groupId>  
  8.     <description>SpringJPA WAR</description>  
  9.     <shortDescription>SpringJPA WAR</shortDescription>  
  10.   
  11.     <dependencies>  
  12.   
  13.   
  14.         <!-- Artifacts in NirvOrg -->  
  15.         <dependency>  
  16.             <groupId>NirvOrg</groupId>  
  17.             <artifactId>springjpa-common</artifactId>  
  18.             <version>1.0</version>  
  19.             <type>jar</type>  
  20.             <properties>  
  21.                 <war.bundle>true</war.bundle>  
  22.             </properties>  
  23.         </dependency>  
  24.   
  25.         <dependency>  
  26.             <groupId>NirvOrg</groupId>  
  27.             <artifactId>springjpa</artifactId>  
  28.             <version>1.0</version>  
  29.             <type>jar</type>  
  30.             <properties>  
  31.                 <war.bundle>true</war.bundle>  
  32.             </properties>  
  33.         </dependency>  
  34.   
  35.         <dependency>  
  36.             <groupId>NirvOrg</groupId>  
  37.             <artifactId>springjpa-web</artifactId>  
  38.             <version>1.0</version>  
  39.             <type>jar</type>  
  40.             <properties>  
  41.                 <war.bundle>true</war.bundle>  
  42.             </properties>  
  43.         </dependency>  
  44.   
  45.   
  46.   
  47.         <!-- Artifacts in apache.org -->  
  48.   
  49.         <dependency>  
  50.             <groupId>commons-beanutils</groupId>  
  51.             <artifactId>commons-beanutils</artifactId>  
  52.             <version>1.6.1</version>  
  53.             <type>jar</type>  
  54.             <properties>  
  55.                 <war.bundle>true</war.bundle>  
  56.             </properties>  
  57.         </dependency>  
  58.         <dependency>  
  59.             <groupId>commons-collections</groupId>  
  60.             <artifactId>commons-collections</artifactId>  
  61.             <version>2.1.1</version>  
  62.             <type>jar</type>  
  63.             <properties>  
  64.                 <war.bundle>true</war.bundle>  
  65.             </properties>  
  66.         </dependency>  
  67.         <dependency>  
  68.             <groupId>commons-digester</groupId>  
  69.             <artifactId>commons-digester</artifactId>  
  70.             <version>1.5</version>  
  71.             <type>jar</type>  
  72.             <properties>  
  73.                 <war.bundle>true</war.bundle>  
  74.             </properties>  
  75.         </dependency>  
  76.         <dependency>  
  77.             <groupId>commons-validator</groupId>  
  78.             <artifactId>commons-validator</artifactId>  
  79.             <version>1.1.3</version>  
  80.             <type>jar</type>  
  81.             <properties>  
  82.                 <war.bundle>true</war.bundle>  
  83.             </properties>  
  84.         </dependency>  
  85.         <dependency>  
  86.             <groupId>commons-dbcp</groupId>  
  87.             <artifactId>commons-dbcp</artifactId>  
  88.             <version>1.2.1</version>  
  89.             <type>jar</type>  
  90.             <properties>  
  91.                 <war.bundle>true</war.bundle>  
  92.             </properties>  
  93.         </dependency>  
  94.   
  95.         <dependency>  
  96.             <groupId>commons-pool</groupId>  
  97.             <artifactId>commons-pool</artifactId>  
  98.             <version>1.2</version>  
  99.             <type>jar</type>  
  100.             <properties>  
  101.                 <war.bundle>true</war.bundle>  
  102.             </properties>  
  103.         </dependency>  
  104.         <dependency>  
  105.             <groupId>commons-logging</groupId>  
  106.             <artifactId>commons-logging</artifactId>  
  107.             <version>1.0.4</version>  
  108.             <type>jar</type>  
  109.             <properties>  
  110.                 <war.bundle>true</war.bundle>  
  111.             </properties>  
  112.         </dependency>  
  113.         <dependency>  
  114.             <groupId>log4j</groupId>  
  115.             <artifactId>log4j</artifactId>  
  116.             <version>1.2.8</version>  
  117.             <type>jar</type>  
  118.             <properties>  
  119.                 <war.bundle>true</war.bundle>  
  120.             </properties>  
  121.         </dependency>  
  122.         <dependency>  
  123.             <groupId>struts</groupId>  
  124.             <artifactId>struts</artifactId>  
  125.             <version>1.2.4</version>  
  126.             <type>jar</type>  
  127.             <properties>  
  128.                 <war.bundle>true</war.bundle>  
  129.             </properties>  
  130.         </dependency>  
  131.         <dependency>  
  132.             <groupId>jdom</groupId>  
  133.             <artifactId>jdom</artifactId>  
  134.             <version>1.0</version>  
  135.             <type>jar</type>  
  136.             <properties>  
  137.                 <war.bundle>true</war.bundle>  
  138.             </properties>  
  139.         </dependency>  
  140.            
  141.         <!--spring-->  
  142.         <dependency>  
  143.             <groupId>spring</groupId>  
  144.             <artifactId>spring</artifactId>  
  145.             <version>2.0.3</version>  
  146.             <type>jar</type>  
  147.             <properties>  
  148.                 <war.bundle>true</war.bundle>  
  149.             </properties>  
  150.         </dependency>  
  151.            
  152.         <dependency>  
  153.             <groupId>spring</groupId>  
  154.             <artifactId>spring-jpa</artifactId>  
  155.             <version>2.0.3</version>  
  156.             <type>jar</type>  
  157.             <properties>  
  158.                 <war.bundle>true</war.bundle>  
  159.             </properties>  
  160.         </dependency>  
  161.            
  162.            
  163.         <dependency>  
  164.             <groupId>sun</groupId>  
  165.             <artifactId>jmxri</artifactId>  
  166.             <version>1.2.1</version>  
  167.             <type>jar</type>  
  168.             <properties>  
  169.                 <war.bundle>true</war.bundle>  
  170.             </properties>  
  171.         </dependency>  
  172.         <dependency>  
  173.             <groupId>sun</groupId>  
  174.             <artifactId>jmxtools</artifactId>  
  175.             <version>1.2.1</version>  
  176.             <type>jar</type>  
  177.             <properties>  
  178.                 <war.bundle>true</war.bundle>  
  179.             </properties>  
  180.         </dependency>  
  181.         <dependency>  
  182.             <groupId>sun</groupId>  
  183.             <artifactId>jta</artifactId>  
  184.             <version>1.2</version>  
  185.             <type>jar</type>  
  186.             <properties>  
  187.                 <war.bundle>true</war.bundle>  
  188.             </properties>  
  189.         </dependency>          
  190.         <dependency>  
  191.             <groupId>sun</groupId>  
  192.             <artifactId>ejb3-persistence</artifactId>  
  193.             <version>1.0</version>  
  194.             <type>jar</type>  
  195.             <properties>  
  196.                 <war.bundle>true</war.bundle>  
  197.             </properties>  
  198.         </dependency>  
  199.         <dependency>  
  200.             <groupId>sun</groupId>  
  201.             <artifactId>javaee</artifactId>  
  202.             <version>1.0</version>  
  203.             <type>jar</type>  
  204.                
  205.         </dependency>          
  206.            
  207.            
  208.         <dependency>  
  209.             <groupId>oracle</groupId>  
  210.             <artifactId>ojdbc</artifactId>  
  211.             <version>14</version>  
  212.             <type>jar</type>  
  213.             <properties>  
  214.                 <war.bundle>true</war.bundle>  
  215.             </properties>  
  216.         </dependency>  
  217.         <dependency>  
  218.             <groupId>oracle</groupId>  
  219.             <artifactId>toplink-essentials</artifactId>  
  220.             <version>9</version>  
  221.             <type>jar</type>  
  222.             <properties>  
  223.                 <war.bundle>true</war.bundle>  
  224.             </properties>  
  225.         </dependency>  
  226.         <dependency>  
  227.             <groupId>oracle</groupId>  
  228.             <artifactId>toplink-api</artifactId>  
  229.             <version>9</version>  
  230.             <type>jar</type>  
  231.             <properties>  
  232.                 <war.bundle>true</war.bundle>  
  233.             </properties>  
  234.         </dependency>      
  235.     </dependencies>  
  236.   
  237.     <build>  
  238.         <resources>  
  239.             <resource>  
  240.                 
评论
发表评论

您还没有登录,请登录后发表评论

Nirvana
搜索本博客
博客分类
最近加入圈子
存档
最新评论