This repository has been archived on 2025-12-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tcommon-studio-se/test/plugins/org.talend.testutils/.classpath
kuanwang 737e502767 Kwang/tup 22672 upgrade jars for powermock (#2361)
* TUP-22672 upgrade jars for powermock after running Junit cases with
java11

* TUP-22672 upgrade jars for powermock after running Junit cases with
java11 -- org.talend.metadata.managment.test

* TUP-22672 add classmexer:
2019-04-26 14:18:32 +08:00

21 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="lib/assertj-core-3.5.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/byte-buddy-1.9.10.jar"/>
<classpathentry exported="true" kind="lib" path="lib/byte-buddy-agent-1.9.10.jar"/>
<classpathentry exported="true" kind="lib" path="lib/classmexer-0.0.3.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/javassist-3.24.0-GA.jar"/>
<classpathentry exported="true" kind="lib" path="lib/mockito-core-2.23.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/objenesis-2.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/powermock-api-mockito2-2.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/powermock-api-support-2.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/powermock-core-2.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/powermock-module-junit4-2.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/powermock-module-junit4-common-2.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/powermock-reflect-2.0.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>