|
13 | 13 | </parent> |
14 | 14 |
|
15 | 15 | <properties> |
16 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
17 | | - <spring.integration.version>2.1.3.RELEASE</spring.integration.version> |
18 | | - <spring.hadoop.version>1.0.0.BUILD-SNAPSHOT</spring.hadoop.version> |
19 | | - <spring.batch.version>2.1.8.RELEASE</spring.batch.version> |
20 | | - <h2.version>1.3.156</h2.version> |
21 | | - <hadoop.version>1.0.1</hadoop.version> |
22 | | - <log4j.version>1.2.17</log4j.version> |
| 16 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 17 | + <spring.integration.version>2.1.3.RELEASE</spring.integration.version> |
| 18 | + <spring.hadoop.version>1.0.0.RELEASE</spring.hadoop.version> |
| 19 | + <spring.batch.version>2.1.8.RELEASE</spring.batch.version> |
| 20 | + <h2.version>1.3.156</h2.version> |
| 21 | + <hadoop.version>1.0.1</hadoop.version> |
| 22 | + <log4j.version>1.2.17</log4j.version> |
23 | 23 | </properties> |
24 | 24 |
|
25 | 25 | <dependencies> |
26 | 26 |
|
27 | | - <dependency> |
28 | | - <groupId>org.apache.hadoop</groupId> |
| 27 | + <dependency> |
| 28 | + <groupId>org.apache.hadoop</groupId> |
29 | 29 | <artifactId>hadoop-core</artifactId> |
30 | 30 | <version>${hadoop.version}</version> |
31 | 31 | <scope>compile</scope> |
32 | 32 | </dependency> |
33 | 33 |
|
34 | | - <dependency> |
35 | | - <groupId>org.apache.hadoop</groupId> |
| 34 | + <dependency> |
| 35 | + <groupId>org.apache.hadoop</groupId> |
36 | 36 | <artifactId>hadoop-examples</artifactId> |
37 | 37 | <version>${hadoop.version}</version> |
38 | 38 | <scope>compile</scope> |
39 | 39 | </dependency> |
40 | 40 |
|
41 | 41 | <dependency> |
42 | | - <groupId>org.springframework.data</groupId> |
43 | | - <artifactId>spring-data-hadoop</artifactId> |
44 | | - <version>${spring.hadoop.version}</version> |
45 | | - <exclusions> |
46 | | - <exclusion> |
47 | | - <groupId>org.slf4j</groupId> |
48 | | - <artifactId>slf4j-log4j12</artifactId> |
49 | | - </exclusion> |
50 | | - </exclusions> |
51 | | - |
| 42 | + <groupId>org.springframework.data</groupId> |
| 43 | + <artifactId>spring-data-hadoop</artifactId> |
| 44 | + <version>${spring.hadoop.version}</version> |
| 45 | + <exclusions> |
| 46 | + <exclusion> |
| 47 | + <groupId>org.springframework</groupId> |
| 48 | + <artifactId>spring-context-support</artifactId> |
| 49 | + </exclusion> |
| 50 | + <exclusion> |
| 51 | + <groupId>org.slf4j</groupId> |
| 52 | + <artifactId>slf4j-log4j12</artifactId> |
| 53 | + </exclusion> |
| 54 | + </exclusions> |
| 55 | + |
52 | 56 | </dependency> |
53 | 57 |
|
54 | 58 | <dependency> |
|
119 | 123 | <version>${spring.version}</version> |
120 | 124 | </dependency> |
121 | 125 |
|
| 126 | + <dependency> |
| 127 | + <groupId>org.springframework</groupId> |
| 128 | + <artifactId>spring-context-support</artifactId> |
| 129 | + <version>${spring.version}</version> |
| 130 | + </dependency> |
| 131 | + |
122 | 132 | <dependency> |
123 | 133 | <groupId>org.springframework</groupId> |
124 | 134 | <artifactId>spring-jdbc</artifactId> |
|
131 | 141 | <version>${spring.version}</version> |
132 | 142 | </dependency> |
133 | 143 |
|
| 144 | + <dependency> |
| 145 | + <groupId>org.springframework</groupId> |
| 146 | + <artifactId>spring-web</artifactId> |
| 147 | + <version>${spring.version}</version> |
| 148 | + </dependency> |
| 149 | + |
| 150 | + <dependency> |
| 151 | + <groupId>org.springframework</groupId> |
| 152 | + <artifactId>spring-webmvc</artifactId> |
| 153 | + <version>${spring.version}</version> |
| 154 | + </dependency> |
| 155 | + |
134 | 156 | <dependency> |
135 | 157 | <groupId>commons-io</groupId> |
136 | 158 | <artifactId>commons-io</artifactId> |
|
164 | 186 | <dependency> |
165 | 187 | <groupId>org.springframework.data</groupId> |
166 | 188 | <artifactId>spring-data-mongodb</artifactId> |
167 | | - <version>1.1.0.BUILD-SNAPSHOT</version> |
| 189 | + <version>1.1.0.RELEASE</version> |
168 | 190 | </dependency> |
169 | 191 |
|
170 | 192 | <dependency> |
|
174 | 196 | <exclusions> |
175 | 197 | <exclusion> |
176 | 198 | <groupId>org.slf4j</groupId> |
177 | | - <artifactId>slf4j-api</artifactId> |
| 199 | + <artifactId>slf4j-api</artifactId> |
178 | 200 | </exclusion> |
179 | 201 | </exclusions> |
180 | 202 | </dependency> |
181 | 203 |
|
182 | | - |
183 | | - |
184 | 204 | </dependencies> |
185 | 205 |
|
186 | 206 | <repositories> |
|
191 | 211 | </repositories> |
192 | 212 |
|
193 | 213 | <build> |
194 | | - <plugins> |
195 | | - <plugin> |
196 | | - <groupId>org.codehaus.mojo</groupId> |
197 | | - <artifactId>appassembler-maven-plugin</artifactId> |
198 | | - <version>1.2.2</version> |
199 | | - <configuration> |
200 | | - <repositoryLayout>flat</repositoryLayout> |
201 | | - <programs> |
202 | | - <program> |
203 | | - <mainClass>com.manning.sbia.ch01.launch.LaunchDatabaseAndConsole</mainClass> |
204 | | - <name>start-database</name> |
205 | | - </program> |
206 | | - <program> |
207 | | - <mainClass>com.manning.sbia.ch01.launch.LaunchExportProductsJob</mainClass> |
208 | | - <name>export</name> |
209 | | - </program> |
210 | | - <program> |
211 | | - <mainClass>com.manning.sbia.ch01.launch.LaunchSpringBatchAdmin</mainClass> |
212 | | - <name>launchSpringBatchAdmin</name> |
213 | | - </program> |
214 | | - </programs> |
215 | | - </configuration> |
216 | | - </plugin> |
217 | | - </plugins> |
| 214 | + <plugins> |
| 215 | + <plugin> |
| 216 | + <groupId>org.codehaus.mojo</groupId> |
| 217 | + <artifactId>appassembler-maven-plugin</artifactId> |
| 218 | + <version>1.2.2</version> |
| 219 | + <configuration> |
| 220 | + <repositoryLayout>flat</repositoryLayout> |
| 221 | + <programs> |
| 222 | + <program> |
| 223 | + <mainClass>com.manning.sbia.ch01.launch.LaunchDatabaseAndConsole</mainClass> |
| 224 | + <name>start-database</name> |
| 225 | + </program> |
| 226 | + <program> |
| 227 | + <mainClass>com.manning.sbia.ch01.launch.LaunchExportProductsJob</mainClass> |
| 228 | + <name>export</name> |
| 229 | + </program> |
| 230 | + <program> |
| 231 | + <mainClass>com.manning.sbia.ch01.launch.LaunchSpringBatchAdmin</mainClass> |
| 232 | + <name>launchSpringBatchAdmin</name> |
| 233 | + </program> |
| 234 | + </programs> |
| 235 | + </configuration> |
| 236 | + </plugin> |
| 237 | + </plugins> |
218 | 238 | </build> |
219 | 239 |
|
220 | 240 | </project> |
| 241 | + |
0 commit comments