Skip to content

Commit 45b8686

Browse files
authored
Merge pull request #43 from mendix/uia/651-dependency-management
[UIA-651] Release of version 9.4.0
2 parents dff8a1b + 0ac133f commit 45b8686

15 files changed

+23
-12
lines changed

dist/UnitTesting_9.4.0.mpk

3.09 MB
Binary file not shown.

pom.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.mendix.UnitTesting</groupId>
88
<artifactId>UnitTesting</artifactId>
9-
<version>9.3.0</version>
9+
<version>9.4.0</version>
1010

1111
<repositories>
1212
<repository>
@@ -27,22 +27,11 @@
2727
<artifactId>commons-lang3</artifactId>
2828
<version>3.12.0</version>
2929
</dependency>
30-
<dependency>
31-
<groupId>org.hamcrest</groupId>
32-
<artifactId>hamcrest</artifactId>
33-
<version>2.2</version>
34-
<scope>test</scope>
35-
</dependency>
3630
<dependency>
3731
<groupId>org.apache.httpcomponents.client5</groupId>
3832
<artifactId>httpclient5</artifactId>
3933
<version>5.0.3</version>
4034
</dependency>
41-
<dependency>
42-
<groupId>org.apache.httpcomponents.core5</groupId>
43-
<artifactId>httpcore5</artifactId>
44-
<version>5.0.3</version>
45-
</dependency>
4635
<dependency>
4736
<groupId>junit</groupId>
4837
<artifactId>junit</artifactId>

src/UnitTesting.mpr

0 Bytes
Binary file not shown.

src/userlib/UnitTesting.migration

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
dependency commons-io:commons-io:2.11.0
2+
dependency org.apache.commons:commons-lang3:3.12.0
3+
dependency org.apache.httpcomponents.client5:httpclient5:5.0.3
4+
dependency junit:junit:4.13.1
5+
delete commons-codec-1.13.jar
6+
delete commons-codec-1.13.jar.UnitTesting.RequiredLib
7+
delete commons-io-2.11.0.jar
8+
delete commons-io-2.11.0.jar.UnitTesting.RequiredLib
9+
delete commons-lang3-3.12.0.jar
10+
delete commons-lang3-3.12.0.jar.UnitTesting.RequiredLib
11+
delete hamcrest-core-1.3.jar
12+
delete hamcrest-core-1.3.jar.UnitTesting.RequiredLib
13+
delete httpclient5-5.0.3.jar
14+
delete httpclient5-5.0.3.jar.UnitTesting.RequiredLib
15+
delete httpcore5-5.0.2.jar
16+
delete httpcore5-5.0.2.jar.UnitTesting.RequiredLib
17+
delete httpcore5-h2-5.0.2.jar
18+
delete httpcore5-h2-5.0.2.jar.UnitTesting.RequiredLib
19+
delete junit-4.13.1.jar
20+
delete junit-4.13.1.jar.UnitTesting.RequiredLib
21+
delete slf4j-api-1.7.25.jar
22+
delete slf4j-api-1.7.25.jar.UnitTesting.RequiredLib

src/userlib/commons-codec-1.13.jar

336 KB
Binary file not shown.

src/userlib/hamcrest-2.2.jar

-120 KB
Binary file not shown.

src/userlib/hamcrest-core-1.3.jar

44 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)