1 <?xml version="1.0" encoding="UTF-8"?>
4 * This is a common dao with basic CRUD operations and is not limited to any
5 * persistent layer implementation
7 * Copyright (C) 2008 Imran M Yousuf (imyousuf@smartitengineering.com)
9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
11 * License as published by the Free Software Foundation; either
12 * version 3 of the License, or (at your option) any later version.
13 * This library is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
25 <artifactId>smart-version</artifactId>
26 <groupId>com.smartitengineering</groupId>
27 <version>0.4-SNAPSHOT</version>
29 <modelVersion>4.0.0</modelVersion>
30 <groupId>com.smartitengineering.smart-version</groupId>
31 <artifactId>smart-version-jgit-impl</artifactId>
32 <name>smart-version-jgit-impl</name>
33 <version>0.4-SNAPSHOT</version>
34 <packaging>jar</packaging>
36 This module implements a JGit based implementation of the version API
37 and also provides SPIs a Meta Service Factory for storing revision info
38 in database for easier and faster retrieval of revisions.
43 <groupId>org.apache.maven.plugins</groupId>
44 <artifactId>maven-assembly-plugin</artifactId>
50 <groupId>junit</groupId>
51 <artifactId>junit</artifactId>
54 <groupId>com.smartitengineering</groupId>
55 <artifactId>smart-dao-queryparam</artifactId>
58 <groupId>com.smartitengineering.smart-version</groupId>
59 <artifactId>smart-version-api</artifactId>
62 <groupId>com.smartitengineering</groupId>
63 <artifactId>smart-domain</artifactId>
66 <groupId>com.smartitengineering</groupId>
67 <artifactId>smart-abstract-dao</artifactId>
70 <groupId>com.smartitengineering</groupId>
71 <artifactId>smart-hibernate-abstract-dao</artifactId>
74 <groupId>cglib</groupId>
75 <artifactId>cglib-nodep</artifactId>
78 <groupId>com.smartitengineering.smart-util</groupId>
79 <artifactId>smart-bean-spring-util</artifactId>
82 <groupId>org.eclipse.jgit</groupId>
83 <artifactId>org.eclipse.jgit</artifactId>
86 <groupId>c3p0</groupId>
87 <artifactId>c3p0</artifactId>
91 <groupId>org.apache.derby</groupId>
92 <artifactId>derby</artifactId>