Centralize maven configurations
[smart-util.git] / smart-bean-util / pom.xml
blob1ee96548bec629f92b8f60ad137435bb3b3348d0
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             <version>${lang.version}</version>
39         </dependency>
40         <dependency>
41             <groupId>junit</groupId>
42             <artifactId>junit</artifactId>
43             <version>${junit.version}</version>
44             <scope>test</scope>
45         </dependency>
46     </dependencies>
47 </project>