Skip to content

Commit 9438c32

Browse files
committed
1) add middleware parent pom.
2) align artifact id with middlware parent pom. 3) downgrading assertj version to make the source code compilable under JDK 1.6.
1 parent e30a7d5 commit 9438c32

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,22 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
55
http://maven.apache.org/xsd/maven-4.0.0.xsd">
6+
7+
<parent>
8+
<groupId>com.alibaba.middleware</groupId>
9+
<artifactId>parent</artifactId>
10+
<version>1.0.0</version>
11+
</parent>
12+
613
<modelVersion>4.0.0</modelVersion>
7-
<groupId>com.taobao.middleware</groupId>
814
<artifactId>cli</artifactId>
915
<version>0.0.1-SNAPSHOT</version>
1016

1117
<name>CLI</name>
1218

1319
<properties>
1420
<junit.version>4.12</junit.version>
15-
<assertj.version>3.4.1</assertj.version>
21+
<assertj.version>2.1.0</assertj.version>
1622
</properties>
1723

1824
<dependencies>

0 commit comments

Comments
 (0)