Add capability to read from entry's content
[smart-util.git] / rest / pom.xml
blobce939ef9cf104fd88bbf57c92273dab17e5e3fdf
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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23   <modelVersion>4.0.0</modelVersion>
24   <parent>
25     <artifactId>smart-util</artifactId>
26     <groupId>com.smartitengineering</groupId>
27     <version>0.2-SNAPSHOT</version>
28   </parent>
29   <groupId>com.smartitengineering.smart-util</groupId>
30   <artifactId>rest</artifactId>
31   <packaging>pom</packaging>
32   <version>0.2-SNAPSHOT</version>
33   <name>RESTful WS Util</name>
34   <dependencies>
35     <dependency>
36       <groupId>junit</groupId>
37       <artifactId>junit</artifactId>
38     </dependency>
39   </dependencies>
40   <modules>
41     <module>atom</module>
42   </modules>
43 </project>