Add capability to read from entry's content
[smart-util.git] / simple-util / pom.xml
blobb03b9352051b0df3ecc9889cc5a0bf7db2220b2b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  *   
4  * This is a utility project for wide range of applications
5  * 
6  * Copyright (C) 2008  Imran M Yousuf (imyousuf@smartitengineering.com)
7  * 
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 3 of the License, or (at your option) any later version.
12  * This library is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * Lesser General Public License for more details.
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
19  *
20  *
21 -->
22 <project>
23     <parent>
24         <artifactId>smart-util</artifactId>
25         <groupId>com.smartitengineering</groupId>
26         <version>0.2-SNAPSHOT</version>
27     </parent>
28     <modelVersion>4.0.0</modelVersion>
29     <groupId>com.smartitengineering.smart-util</groupId>
30     <artifactId>simple-util</artifactId>
31     <name>simple-util</name>
32     <version>0.2-SNAPSHOT</version>
33     <dependencies>
34         <dependency>
35             <groupId>commons-lang</groupId>
36             <artifactId>commons-lang</artifactId>
37         </dependency>
38         <dependency>
39             <groupId>asm</groupId>
40             <artifactId>asm</artifactId>
41         </dependency>
42         <dependency>
43             <groupId>junit</groupId>
44             <artifactId>junit</artifactId>
45         </dependency>
46         <dependency>
47             <groupId>org.jmock</groupId>
48             <artifactId>jmock</artifactId>
49         </dependency>
50         <dependency>
51             <groupId>org.jmock</groupId>
52             <artifactId>jmock-junit3</artifactId>
53         </dependency>
54     </dependencies>
55 </project>