We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30a7d5 commit 9438c32Copy full SHA for 9438c32
pom.xml
@@ -3,16 +3,22 @@
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
5
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
13
<modelVersion>4.0.0</modelVersion>
- <groupId>com.taobao.middleware</groupId>
14
<artifactId>cli</artifactId>
15
<version>0.0.1-SNAPSHOT</version>
16
17
<name>CLI</name>
18
19
<properties>
20
<junit.version>4.12</junit.version>
- <assertj.version>3.4.1</assertj.version>
21
+ <assertj.version>2.1.0</assertj.version>
22
</properties>
23
24
<dependencies>
0 commit comments