Changeset 707


Ignore:
Timestamp:
2008-10-17 15:30:55 (5 years ago)
Author:
freya
Message:

add jxpath and json-lib for db mock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/kauri-dbresources/kauri-dbresources-impl/pom.xml

    r597 r707  
    171171      <scope>runtime</scope> 
    172172    </dependency> 
     173    <dependency> 
     174      <groupId>commons-jxpath</groupId> 
     175      <artifactId>commons-jxpath</artifactId> 
     176      <version>1.3</version> 
     177    </dependency> 
     178    <dependency> 
     179      <groupId>net.sf.json-lib</groupId> 
     180      <artifactId>json-lib</artifactId> 
     181      <version>2.2.2</version> 
     182      <classifier>jdk15</classifier> 
     183    </dependency> 
    173184  </dependencies> 
    174    
     185 
    175186  <build> 
    176187    <plugins> 
Note: See TracChangeset for help on using the changeset viewer.