Skip to content

Commit 11b15af

Browse files
Merge pull request #489 from JackChen0810/dev-1.0.1
Dev 1.0.1
2 parents 63accae + a2b48cd commit 11b15af

File tree

4 files changed

+9
-63
lines changed

4 files changed

+9
-63
lines changed

dss-apps/dss-apiservice-server/pom.xml

Lines changed: 5 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
<dependency>
246246
<groupId>com.h2database</groupId>
247247
<artifactId>h2</artifactId>
248-
<version>1.4.196</version>
248+
<version>2.0.206</version>
249249
<scope>test</scope>
250250
</dependency>
251251

@@ -271,7 +271,7 @@
271271
<dependency>
272272
<groupId>junit</groupId>
273273
<artifactId>junit</artifactId>
274-
<version>4.12</version>
274+
<version>${junit.version}</version>
275275
<scope>test</scope>
276276
</dependency>
277277
<dependency>
@@ -280,75 +280,20 @@
280280
<version>1.5.2</version>
281281
<scope>test</scope>
282282
</dependency>
283-
<!-- <dependency>-->
284-
<!-- <groupId>org.springframework.cloud</groupId>-->
285-
<!-- <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>-->
286-
<!-- <version>${spring.cloud.version}</version>-->
287-
<!-- <exclusions>-->
288-
<!-- <exclusion>-->
289-
<!-- <artifactId>logback-classic</artifactId>-->
290-
<!-- <groupId>ch.qos.logback</groupId>-->
291-
<!-- </exclusion>-->
292-
<!-- <exclusion>-->
293-
<!-- <artifactId>log4j-to-slf4j</artifactId>-->
294-
<!-- <groupId>org.apache.logging.log4j</groupId>-->
295-
<!-- </exclusion>-->
296-
<!-- <exclusion>-->
297-
<!-- <artifactId>gson</artifactId>-->
298-
<!-- <groupId>com.google.code.gson</groupId>-->
299-
<!-- </exclusion>-->
300-
<!-- <exclusion>-->
301-
<!-- <artifactId>jsr311-api</artifactId>-->
302-
<!-- <groupId>javax.ws.rs</groupId>-->
303-
<!-- </exclusion>-->
304-
<!-- <exclusion>-->
305-
<!-- <artifactId>xstream</artifactId>-->
306-
<!-- <groupId>com.thoughtworks.xstream</groupId>-->
307-
<!-- </exclusion>-->
308-
<!-- <exclusion>-->
309-
<!-- <artifactId>commons-math</artifactId>-->
310-
<!-- <groupId>org.apache.commons</groupId>-->
311-
<!-- </exclusion>-->
312-
<!-- <exclusion>-->
313-
<!-- <artifactId>jackson-core</artifactId>-->
314-
<!-- <groupId>com.fasterxml.jackson.core</groupId>-->
315-
<!-- </exclusion>-->
316-
<!-- <exclusion>-->
317-
<!-- <artifactId>spring-boot-autoconfigure</artifactId>-->
318-
<!-- <groupId>org.springframework.boot</groupId>-->
319-
<!-- </exclusion>-->
320-
<!-- <exclusion>-->
321-
<!-- <artifactId>spring-boot-starter-aop</artifactId>-->
322-
<!-- <groupId>org.springframework.boot</groupId>-->
323-
<!-- </exclusion>-->
324-
<!-- <exclusion>-->
325-
<!-- <artifactId>spring-boot-starter</artifactId>-->
326-
<!-- <groupId>org.springframework.boot</groupId>-->
327-
<!-- </exclusion>-->
328-
<!-- <exclusion>-->
329-
<!-- <artifactId>spring-boot-starter-cache</artifactId>-->
330-
<!-- <groupId>org.springframework.boot</groupId>-->
331-
<!-- </exclusion>-->
332-
<!-- <exclusion>-->
333-
<!-- <groupId>org.springframework.cloud</groupId>-->
334-
<!-- <artifactId>spring-cloud-starter-loadbalancer</artifactId>-->
335-
<!-- </exclusion>-->
336-
<!-- </exclusions>-->
337-
<!-- </dependency>-->
338283

339284
<dependency>
340285
<artifactId>xstream</artifactId>
341286
<groupId>com.thoughtworks.xstream</groupId>
342-
<version>1.4.11.1</version>
287+
<version>${xstream.version}</version>
343288
</dependency>
344289

345290
</dependencies>
346291

347292
<build>
348293
<plugins>
349294
<plugin>
350-
<artifactId>maven-surefire-plugin</artifactId>
351-
<version>${maven-surefire-plugin.version}</version>
295+
<groupId>org.apache.maven.plugins</groupId>
296+
<artifactId>maven-deploy-plugin</artifactId>
352297
</plugin>
353298
<plugin>
354299
<artifactId>maven-failsafe-plugin</artifactId>

dss-apps/dss-datapipe-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
<dependency>
214214
<groupId>junit</groupId>
215215
<artifactId>junit</artifactId>
216-
<version>4.12</version>
216+
<version>${junit.version}</version>
217217
<scope>test</scope>
218218
</dependency>
219219
<dependency>
@@ -225,7 +225,7 @@
225225
<dependency>
226226
<artifactId>xstream</artifactId>
227227
<groupId>com.thoughtworks.xstream</groupId>
228-
<version>1.4.11.1</version>
228+
<version>${xstream.version}</version>
229229
</dependency>
230230

231231
</dependencies>

dss-framework/dss-appconn-framework/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>junit</groupId>
3434
<artifactId>junit</artifactId>
35-
<version>4.12</version>
35+
<version>${junit.version}</version>
3636
<scope>test</scope>
3737
</dependency>
3838

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<aspectj.version>1.9.5</aspectj.version>
6464
<xstream.version>1.4.15</xstream.version>
6565
<jersey.version>2.16</jersey.version>
66+
<junit.version>4.13.1</junit.version>
6667
</properties>
6768

6869
<dependencyManagement>

0 commit comments

Comments
 (0)