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>WebServiceResource</artifactId>
11 <name>WebServiceResource</name>
12 <version>1.0-SNAPSHOT</version>
13 <url>http://maven.apache.org</url>
15 <finalName>bookstore</finalName>
18 <artifactId>maven-compiler-plugin</artifactId>
19 <inherited>true</inherited>
29 <groupId>junit</groupId>
30 <artifactId>junit</artifactId>
31 <version>3.8.1</version>
35 <groupId>com.sun.jersey.contribs</groupId>
36 <artifactId>jersey-multipart</artifactId>
37 <version>${jersey.version}</version>
40 <groupId>com.smartitengineering.bookstore</groupId>
41 <artifactId>ServiceAPI</artifactId>
42 <version>${project.version}</version>
45 <groupId>com.smartitengineering.bookstore</groupId>
46 <artifactId>domain</artifactId>
47 <version>${project.version}</version>
50 <groupId>com.smartitengineering.bookstore</groupId>
51 <artifactId>WebServiceElement</artifactId>
52 <version>${project.version}</version>
55 <groupId>javax.ws.rs</groupId>
56 <artifactId>jsr311-api</artifactId>
57 <version>1.0</version>
60 <groupId>org.springframework</groupId>
61 <artifactId>spring</artifactId>
62 <version>2.5.6</version>