|
1 |
| -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 |
| - <modelVersion>4.0.0</modelVersion> |
4 |
| - <artifactId>spring-content-rest</artifactId> |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 2 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | + <modelVersion>4.0.0</modelVersion> |
| 5 | + <artifactId>spring-content-rest</artifactId> |
5 | 6 |
|
6 |
| - <parent> |
7 |
| - <groupId>com.github.paulcwarren</groupId> |
8 |
| - <artifactId>spring-content</artifactId> |
9 |
| - <version>1.0.0.M5-SNAPSHOT</version> |
10 |
| - </parent> |
| 7 | + <parent> |
| 8 | + <groupId>com.github.paulcwarren</groupId> |
| 9 | + <artifactId>spring-content</artifactId> |
| 10 | + <version>1.0.0.M5-SNAPSHOT</version> |
| 11 | + </parent> |
11 | 12 |
|
12 |
| - <dependencies> |
13 |
| - <dependency> |
14 |
| - <groupId>org.springframework</groupId> |
15 |
| - <artifactId>spring-webmvc</artifactId> |
16 |
| - </dependency> |
17 |
| - <dependency> |
18 |
| - <groupId>javax.servlet</groupId> |
19 |
| - <artifactId>javax.servlet-api</artifactId> |
20 |
| - </dependency> |
21 |
| - <dependency> |
22 |
| - <groupId>org.springframework.hateoas</groupId> |
23 |
| - <artifactId>spring-hateoas</artifactId> |
24 |
| - </dependency> |
25 |
| - <dependency> |
26 |
| - <groupId>org.springframework.data</groupId> |
27 |
| - <artifactId>spring-data-rest-core</artifactId> |
28 |
| - </dependency> |
29 |
| - <dependency> |
30 |
| - <groupId>org.springframework.data</groupId> |
31 |
| - <artifactId>spring-data-rest-webmvc</artifactId> |
32 |
| - <!-- Spring Data REST is optional --> |
33 |
| - <optional>true</optional> |
34 |
| - </dependency> |
35 |
| - <dependency> |
36 |
| - <groupId>org.hibernate.javax.persistence</groupId> |
37 |
| - <artifactId>hibernate-jpa-2.1-api</artifactId> |
38 |
| - <version>1.0.0.Final</version> |
39 |
| - <optional>true</optional> |
40 |
| - </dependency> |
41 |
| - <dependency> |
42 |
| - <groupId>com.github.paulcwarren</groupId> |
43 |
| - <artifactId>spring-content-commons</artifactId> |
44 |
| - <version>1.0.0.M5-SNAPSHOT</version> |
45 |
| - </dependency> |
46 |
| - <dependency> |
47 |
| - <groupId>org.atteo</groupId> |
48 |
| - <artifactId>evo-inflector</artifactId> |
49 |
| - <version>1.2.1</version> |
50 |
| - </dependency> |
| 13 | + <dependencies> |
| 14 | + <dependency> |
| 15 | + <groupId>org.springframework</groupId> |
| 16 | + <artifactId>spring-webmvc</artifactId> |
| 17 | + </dependency> |
| 18 | + <dependency> |
| 19 | + <groupId>javax.servlet</groupId> |
| 20 | + <artifactId>javax.servlet-api</artifactId> |
| 21 | + </dependency> |
| 22 | + <dependency> |
| 23 | + <groupId>org.springframework.hateoas</groupId> |
| 24 | + <artifactId>spring-hateoas</artifactId> |
| 25 | + </dependency> |
| 26 | + <dependency> |
| 27 | + <groupId>org.springframework.data</groupId> |
| 28 | + <artifactId>spring-data-rest-core</artifactId> |
| 29 | + </dependency> |
| 30 | + <dependency> |
| 31 | + <groupId>org.springframework.data</groupId> |
| 32 | + <artifactId>spring-data-rest-webmvc</artifactId> |
| 33 | + <!-- Spring Data REST is optional --> |
| 34 | + <optional>true</optional> |
| 35 | + </dependency> |
| 36 | + <dependency> |
| 37 | + <groupId>org.hibernate.javax.persistence</groupId> |
| 38 | + <artifactId>hibernate-jpa-2.1-api</artifactId> |
| 39 | + <version>1.0.0.Final</version> |
| 40 | + <optional>true</optional> |
| 41 | + </dependency> |
| 42 | + <dependency> |
| 43 | + <groupId>com.github.paulcwarren</groupId> |
| 44 | + <artifactId>spring-content-commons</artifactId> |
| 45 | + <version>1.0.0.M5-SNAPSHOT</version> |
| 46 | + </dependency> |
| 47 | + <dependency> |
| 48 | + <groupId>org.atteo</groupId> |
| 49 | + <artifactId>evo-inflector</artifactId> |
| 50 | + <version>1.2.1</version> |
| 51 | + </dependency> |
51 | 52 |
|
52 |
| - <!-- Locking and Versioning --> |
53 |
| - <dependency> |
54 |
| - <groupId>com.github.paulcwarren</groupId> |
55 |
| - <artifactId>spring-versions-commons</artifactId> |
56 |
| - <version>1.0.0.M5-SNAPSHOT</version> |
57 |
| - </dependency> |
58 |
| - <!-- Locking and Versioning --> |
| 53 | + <!-- Locking and Versioning --> |
| 54 | + <dependency> |
| 55 | + <groupId>com.github.paulcwarren</groupId> |
| 56 | + <artifactId>spring-versions-commons</artifactId> |
| 57 | + <version>1.0.0.M5-SNAPSHOT</version> |
| 58 | + </dependency> |
| 59 | + <!-- Locking and Versioning --> |
59 | 60 |
|
60 |
| - <!-- Transactions --> |
61 |
| - <dependency> |
62 |
| - <groupId>org.springframework</groupId> |
63 |
| - <artifactId>spring-tx</artifactId> |
64 |
| - </dependency> |
65 |
| - <!-- Transactions --> |
| 61 | + <!-- Transactions --> |
| 62 | + <dependency> |
| 63 | + <groupId>org.springframework</groupId> |
| 64 | + <artifactId>spring-tx</artifactId> |
| 65 | + </dependency> |
| 66 | + <!-- Transactions --> |
66 | 67 |
|
67 |
| - <!-- Test Dependencies --> |
68 |
| - <dependency> |
69 |
| - <groupId>org.hamcrest</groupId> |
70 |
| - <artifactId>hamcrest</artifactId> |
71 |
| - <version>2.1</version> |
72 |
| - <scope>test</scope> |
73 |
| - </dependency> |
74 |
| - <dependency> |
75 |
| - <groupId>org.hamcrest</groupId> |
76 |
| - <artifactId>hamcrest-library</artifactId> |
77 |
| - <version>2.1</version> |
78 |
| - <scope>test</scope> |
79 |
| - </dependency> |
80 |
| - <dependency> |
81 |
| - <groupId>junit</groupId> |
82 |
| - <artifactId>junit</artifactId> |
83 |
| - <scope>test</scope> |
84 |
| - </dependency> |
85 |
| - <dependency> |
86 |
| - <groupId>com.github.paulcwarren</groupId> |
87 |
| - <artifactId>ginkgo4j</artifactId> |
88 |
| - <version>${ginkgo4j-version}</version> |
89 |
| - <scope>test</scope> |
90 |
| - </dependency> |
91 |
| - <dependency> |
92 |
| - <groupId>org.mockito</groupId> |
93 |
| - <artifactId>mockito-core</artifactId> |
94 |
| - <version>2.8.47</version> |
95 |
| - <scope>test</scope> |
96 |
| - </dependency> |
97 |
| - <dependency> |
98 |
| - <groupId>com.jayway.restassured</groupId> |
99 |
| - <artifactId>rest-assured</artifactId> |
100 |
| - <version>2.3.4</version> |
101 |
| - <scope>test</scope> |
102 |
| - </dependency> |
| 68 | + <!-- Test Dependencies --> |
| 69 | + <dependency> |
| 70 | + <groupId>org.hamcrest</groupId> |
| 71 | + <artifactId>hamcrest</artifactId> |
| 72 | + <scope>test</scope> |
| 73 | + </dependency> |
| 74 | + <dependency> |
| 75 | + <groupId>org.hamcrest</groupId> |
| 76 | + <artifactId>hamcrest-library</artifactId> |
| 77 | + <scope>test</scope> |
| 78 | + </dependency> |
| 79 | + <dependency> |
| 80 | + <groupId>junit</groupId> |
| 81 | + <artifactId>junit</artifactId> |
| 82 | + <scope>test</scope> |
| 83 | + </dependency> |
| 84 | + <dependency> |
| 85 | + <groupId>com.github.paulcwarren</groupId> |
| 86 | + <artifactId>ginkgo4j</artifactId> |
| 87 | + <version>${ginkgo4j-version}</version> |
| 88 | + <scope>test</scope> |
| 89 | + </dependency> |
| 90 | + <dependency> |
| 91 | + <groupId>org.mockito</groupId> |
| 92 | + <artifactId>mockito-core</artifactId> |
| 93 | + <scope>test</scope> |
| 94 | + </dependency> |
| 95 | + <dependency> |
| 96 | + <groupId>com.jayway.restassured</groupId> |
| 97 | + <artifactId>rest-assured</artifactId> |
| 98 | + <version>2.3.4</version> |
| 99 | + <scope>test</scope> |
| 100 | + </dependency> |
103 | 101 |
|
104 |
| - <!-- <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> |
105 |
| - <scope>test</scope> </dependency> --> |
106 |
| - <dependency> |
107 |
| - <groupId>org.springframework.boot</groupId> |
108 |
| - <artifactId>spring-boot-starter-test</artifactId> |
109 |
| - <scope>test</scope> |
110 |
| - </dependency> |
111 |
| - <dependency> |
112 |
| - <groupId>org.springframework.boot</groupId> |
113 |
| - <artifactId>spring-boot-starter-web</artifactId> |
114 |
| - <scope>test</scope> |
115 |
| - </dependency> |
116 |
| - <dependency> |
117 |
| - <groupId>org.springframework.data</groupId> |
118 |
| - <artifactId>spring-data-mongodb</artifactId> |
119 |
| - <scope>test</scope> |
120 |
| - </dependency> |
121 |
| - <dependency> |
122 |
| - <groupId>org.springframework.data</groupId> |
123 |
| - <artifactId>spring-data-jpa</artifactId> |
124 |
| - <scope>test</scope> |
125 |
| - </dependency> |
126 |
| - <dependency> |
127 |
| - <groupId>org.springframework</groupId> |
128 |
| - <artifactId>spring-aspects</artifactId> |
129 |
| - <scope>test</scope> |
130 |
| - </dependency> |
131 |
| - <dependency> |
132 |
| - <groupId>org.hibernate</groupId> |
133 |
| - <artifactId>hibernate-entitymanager</artifactId> |
134 |
| - <scope>test</scope> |
135 |
| - </dependency> |
| 102 | + <!-- <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> |
| 103 | + <scope>test</scope> </dependency> --> |
| 104 | + <dependency> |
| 105 | + <groupId>org.springframework.boot</groupId> |
| 106 | + <artifactId>spring-boot-starter-test</artifactId> |
| 107 | + <scope>test</scope> |
| 108 | + </dependency> |
| 109 | + <dependency> |
| 110 | + <groupId>org.springframework.boot</groupId> |
| 111 | + <artifactId>spring-boot-starter-web</artifactId> |
| 112 | + <scope>test</scope> |
| 113 | + </dependency> |
| 114 | + <dependency> |
| 115 | + <groupId>org.springframework.data</groupId> |
| 116 | + <artifactId>spring-data-mongodb</artifactId> |
| 117 | + <scope>test</scope> |
| 118 | + </dependency> |
| 119 | + <dependency> |
| 120 | + <groupId>org.springframework.data</groupId> |
| 121 | + <artifactId>spring-data-jpa</artifactId> |
| 122 | + <scope>test</scope> |
| 123 | + </dependency> |
| 124 | + <dependency> |
| 125 | + <groupId>org.springframework</groupId> |
| 126 | + <artifactId>spring-aspects</artifactId> |
| 127 | + <scope>test</scope> |
| 128 | + </dependency> |
| 129 | + <dependency> |
| 130 | + <groupId>org.hibernate</groupId> |
| 131 | + <artifactId>hibernate-entitymanager</artifactId> |
| 132 | + <scope>test</scope> |
| 133 | + </dependency> |
136 | 134 | <dependency>
|
137 | 135 | <groupId>com.h2database</groupId>
|
138 | 136 | <artifactId>h2</artifactId>
|
139 | 137 | <scope>test</scope>
|
140 | 138 | </dependency>
|
141 |
| - <dependency> |
142 |
| - <groupId>org.hsqldb</groupId> |
143 |
| - <artifactId>hsqldb</artifactId> |
144 |
| - <scope>test</scope> |
145 |
| - </dependency> |
146 |
| - <dependency> |
| 139 | + <dependency> |
| 140 | + <groupId>org.hsqldb</groupId> |
| 141 | + <artifactId>hsqldb</artifactId> |
| 142 | + <scope>test</scope> |
| 143 | + </dependency> |
| 144 | + <dependency> |
147 | 145 | <groupId>mysql</groupId>
|
148 | 146 | <artifactId>mysql-connector-java</artifactId>
|
149 | 147 | <scope>test</scope>
|
150 | 148 | </dependency>
|
151 |
| - <dependency> |
152 |
| - <groupId>org.postgresql</groupId> |
153 |
| - <artifactId>postgresql</artifactId> |
154 |
| - <scope>test</scope> |
155 |
| - </dependency> |
| 149 | + <dependency> |
| 150 | + <groupId>org.postgresql</groupId> |
| 151 | + <artifactId>postgresql</artifactId> |
| 152 | + <scope>test</scope> |
| 153 | + </dependency> |
156 | 154 | <dependency>
|
157 | 155 | <groupId>com.microsoft.sqlserver</groupId>
|
158 | 156 | <artifactId>mssql-jdbc</artifactId>
|
159 | 157 | <scope>test</scope>
|
160 | 158 | </dependency>
|
161 |
| - <dependency> |
162 |
| - <groupId>org.springframework.boot</groupId> |
163 |
| - <artifactId>spring-boot-autoconfigure</artifactId> |
164 |
| - <scope>test</scope> |
165 |
| - </dependency> |
166 |
| - <dependency> |
167 |
| - <groupId>com.github.paulcwarren</groupId> |
168 |
| - <artifactId>spring-content-fs</artifactId> |
169 |
| - <version>1.0.0.M5-SNAPSHOT</version> |
170 |
| - <scope>test</scope> |
171 |
| - </dependency> |
172 |
| - <dependency> |
173 |
| - <groupId>com.github.paulcwarren</groupId> |
174 |
| - <artifactId>spring-content-jpa</artifactId> |
175 |
| - <version>1.0.0.M5-SNAPSHOT</version> |
176 |
| - <scope>test</scope> |
177 |
| - </dependency> |
178 |
| - <dependency> |
179 |
| - <groupId>com.theoryinpractise</groupId> |
180 |
| - <artifactId>halbuilder-standard</artifactId> |
181 |
| - <version>4.0.1</version> |
182 |
| - <scope>test</scope> |
183 |
| - </dependency> |
184 |
| - <dependency> |
185 |
| - <groupId>org.projectlombok</groupId> |
186 |
| - <artifactId>lombok</artifactId> |
187 |
| - <scope>test</scope> |
188 |
| - </dependency> |
189 |
| - </dependencies> |
| 159 | + <dependency> |
| 160 | + <groupId>org.springframework.boot</groupId> |
| 161 | + <artifactId>spring-boot-autoconfigure</artifactId> |
| 162 | + <scope>test</scope> |
| 163 | + </dependency> |
| 164 | + <dependency> |
| 165 | + <groupId>com.github.paulcwarren</groupId> |
| 166 | + <artifactId>spring-content-fs</artifactId> |
| 167 | + <version>1.0.0.M5-SNAPSHOT</version> |
| 168 | + <scope>test</scope> |
| 169 | + </dependency> |
| 170 | + <dependency> |
| 171 | + <groupId>com.github.paulcwarren</groupId> |
| 172 | + <artifactId>spring-content-jpa</artifactId> |
| 173 | + <version>1.0.0.M5-SNAPSHOT</version> |
| 174 | + <scope>test</scope> |
| 175 | + </dependency> |
| 176 | + <dependency> |
| 177 | + <groupId>com.theoryinpractise</groupId> |
| 178 | + <artifactId>halbuilder-standard</artifactId> |
| 179 | + <version>4.0.1</version> |
| 180 | + <scope>test</scope> |
| 181 | + </dependency> |
| 182 | + <dependency> |
| 183 | + <groupId>org.projectlombok</groupId> |
| 184 | + <artifactId>lombok</artifactId> |
| 185 | + <scope>test</scope> |
| 186 | + </dependency> |
| 187 | + </dependencies> |
190 | 188 |
|
191 |
| - <repositories> |
192 |
| - <repository> |
193 |
| - <id>spring-snapshots</id> |
194 |
| - <name>Spring Snapshots</name> |
195 |
| - <url>https://repo.spring.io/snapshot</url> |
196 |
| - <snapshots> |
197 |
| - <enabled>true</enabled> |
198 |
| - </snapshots> |
199 |
| - </repository> |
200 |
| - <repository> |
201 |
| - <id>spring-milestones</id> |
202 |
| - <name>Spring Milestones</name> |
203 |
| - <url>https://repo.spring.io/milestone</url> |
204 |
| - </repository> |
205 |
| - </repositories> |
| 189 | + <repositories> |
| 190 | + <repository> |
| 191 | + <id>spring-snapshots</id> |
| 192 | + <name>Spring Snapshots</name> |
| 193 | + <url>https://repo.spring.io/snapshot</url> |
| 194 | + <snapshots> |
| 195 | + <enabled>true</enabled> |
| 196 | + </snapshots> |
| 197 | + </repository> |
| 198 | + <repository> |
| 199 | + <id>spring-milestones</id> |
| 200 | + <name>Spring Milestones</name> |
| 201 | + <url>https://repo.spring.io/milestone</url> |
| 202 | + </repository> |
| 203 | + </repositories> |
206 | 204 |
|
207 | 205 | </project>
|
0 commit comments