Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added dist/UnitTesting_9.4.0.mpk
Binary file not shown.
13 changes: 1 addition & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.mendix.UnitTesting</groupId>
<artifactId>UnitTesting</artifactId>
<version>9.3.0</version>
<version>9.4.0</version>

<repositories>
<repository>
Expand All @@ -27,22 +27,11 @@
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.0.3</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5</artifactId>
<version>5.0.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
Binary file modified src/UnitTesting.mpr
Binary file not shown.
22 changes: 22 additions & 0 deletions src/userlib/UnitTesting.migration
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
dependency commons-io:commons-io:2.11.0
dependency org.apache.commons:commons-lang3:3.12.0
dependency org.apache.httpcomponents.client5:httpclient5:5.0.3
dependency junit:junit:4.13.1
delete commons-codec-1.13.jar
delete commons-codec-1.13.jar.UnitTesting.RequiredLib
delete commons-io-2.11.0.jar
delete commons-io-2.11.0.jar.UnitTesting.RequiredLib
delete commons-lang3-3.12.0.jar
delete commons-lang3-3.12.0.jar.UnitTesting.RequiredLib
delete hamcrest-core-1.3.jar
delete hamcrest-core-1.3.jar.UnitTesting.RequiredLib
delete httpclient5-5.0.3.jar
delete httpclient5-5.0.3.jar.UnitTesting.RequiredLib
delete httpcore5-5.0.2.jar
delete httpcore5-5.0.2.jar.UnitTesting.RequiredLib
delete httpcore5-h2-5.0.2.jar
delete httpcore5-h2-5.0.2.jar.UnitTesting.RequiredLib
delete junit-4.13.1.jar
delete junit-4.13.1.jar.UnitTesting.RequiredLib
delete slf4j-api-1.7.25.jar
delete slf4j-api-1.7.25.jar.UnitTesting.RequiredLib
Binary file added src/userlib/commons-codec-1.13.jar
Binary file not shown.
Binary file removed src/userlib/hamcrest-2.2.jar
Binary file not shown.
Binary file added src/userlib/hamcrest-core-1.3.jar
Binary file not shown.
Binary file not shown.
Empty file.
Binary file added src/userlib/httpcore5-h2-5.0.2.jar
Binary file not shown.
Empty file.
Binary file added src/userlib/slf4j-api-1.7.25.jar
Binary file not shown.
Empty file.