1 <?xml version="1.0" encoding="UTF-8"?>
4 <artifactId>SmartBookStore</artifactId>
5 <groupId>com.smartitengineering</groupId>
6 <version>1.0-SNAPSHOT</version>
8 <modelVersion>4.0.0</modelVersion>
9 <groupId>com.smartitengineering.bookstore</groupId>
10 <artifactId>ServiceImplementation</artifactId>
11 <name>ServiceImplementation</name>
12 <version>1.0-SNAPSHOT</version>
13 <url>http://maven.apache.org</url>
16 <groupId>junit</groupId>
17 <artifactId>junit</artifactId>
18 <version>3.8.1</version>
22 <groupId>org.springframework</groupId>
23 <artifactId>spring</artifactId>
24 <version>2.5.6</version>
27 <groupId>com.smartitengineering.bookstore</groupId>
28 <artifactId>ServiceAPI</artifactId>
29 <version>1.0-SNAPSHOT</version>
32 <groupId>com.smartitengineering.bookstore</groupId>
33 <artifactId>domain</artifactId>
34 <version>1.0-SNAPSHOT</version>
37 <groupId>c3p0</groupId>
38 <artifactId>c3p0</artifactId>
39 <version>0.9.1.2</version>
42 <groupId>com.smartitengineering</groupId>
43 <artifactId>smart-hibernate-abstract-dao</artifactId>
44 <version>0.4-SNAPSHOT</version>
47 <groupId>org.apache.derby</groupId>
48 <artifactId>derby</artifactId>
49 <version>10.4.2.0</version>
55 <artifactId>maven-compiler-plugin</artifactId>
56 <inherited>true</inherited>