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>MockServiceImpl</artifactId>
11 <name>MockServiceImpl</name>
12 <version>1.0-SNAPSHOT</version>
13 <url>http://maven.apache.org</url>
17 <artifactId>maven-compiler-plugin</artifactId>
18 <inherited>true</inherited>
28 <groupId>junit</groupId>
29 <artifactId>junit</artifactId>
30 <version>3.8.1</version>
34 <groupId>com.smartitengineering.bookstore</groupId>
35 <artifactId>ServiceAPI</artifactId>
36 <version>${project.version}</version>
39 <groupId>com.smartitengineering.bookstore</groupId>
40 <artifactId>domain</artifactId>
41 <version>${project.version}</version>