Add capability to read from entry's content
[smart-util.git] / smart-bean-util / pom.xml
blob71614055b677ce77e41db355db4362746398d07d
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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
24     <parent>
25         <artifactId>smart-util</artifactId>
26         <groupId>com.smartitengineering</groupId>
27         <version>0.2-SNAPSHOT</version>
28     </parent>
29     <modelVersion>4.0.0</modelVersion>
30     <groupId>com.smartitengineering.smart-util</groupId>
31     <artifactId>smart-bean-util</artifactId>
32     <name>smart-bean-util</name>
33     <version>0.2-SNAPSHOT</version>
34     <dependencies>
35         <dependency>
36             <groupId>commons-lang</groupId>
37             <artifactId>commons-lang</artifactId>
38         </dependency>
39         <dependency>
40             <groupId>junit</groupId>
41             <artifactId>junit</artifactId>
42         </dependency>
43         <dependency>
44             <groupId>org.jmock</groupId>
45             <artifactId>jmock-junit3</artifactId>
46         </dependency>
47         <dependency>
48             <groupId>org.jmock</groupId>
49             <artifactId>jmock-legacy</artifactId>
50         </dependency>
51     </dependencies>
52 </project>