Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add jar files compiled using JDK9, and add dependency for jdk9, #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
195 changes: 132 additions & 63 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,72 +66,141 @@ THE POSSIBILITY OF SUCH DAMAGE.


<!--with optimized code-->
<dependency>
<groupId>jaxb-v2-master</groupId>
<artifactId>jaxb-impl</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/src/main/resources/with_optimize/jaxb-impl.jar</systemPath>
</dependency>
<dependency>
<groupId>jaxb-v2-master</groupId>
<artifactId>jaxb-api</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/src/main/resources/with_optimize/jaxb-api.jar</systemPath>
</dependency>
<dependency>
<groupId>jaxb-v2-master</groupId>
<artifactId>jaxb-jxc</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/src/main/resources/with_optimize/jaxb-jxc.jar</systemPath>
</dependency>
<dependency>
<groupId>jaxb-v2-master</groupId>
<artifactId>jaxb-xjc</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/src/main/resources/with_optimize/jaxb-xjc.jar</systemPath>
</dependency>
<!-- <dependency>-->
<!-- <groupId>jaxb-v2-master</groupId>-->
<!-- <artifactId>jaxb-impl</artifactId>-->
<!-- <version>1.0</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${basedir}/src/main/resources/with_optimize/jaxb-impl.jar</systemPath>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>jaxb-v2-master</groupId>-->
<!-- <artifactId>jaxb-api</artifactId>-->
<!-- <version>1.0</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${basedir}/src/main/resources/with_optimize/jaxb-api.jar</systemPath>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>jaxb-v2-master</groupId>-->
<!-- <artifactId>jaxb-jxc</artifactId>-->
<!-- <version>1.0</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${basedir}/src/main/resources/with_optimize/jaxb-jxc.jar</systemPath>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>jaxb-v2-master</groupId>-->
<!-- <artifactId>jaxb-xjc</artifactId>-->
<!-- <version>1.0</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${basedir}/src/main/resources/with_optimize/jaxb-xjc.jar</systemPath>-->
<!-- </dependency>-->


<!--with optimized code jdk9-->
<dependency>
<groupId>jaxb-v2-master</groupId>
<artifactId>jaxb-impl</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/src/main/resources/with_optimize_jdk9/jaxb-impl.jar</systemPath>
</dependency>
<dependency>
<groupId>jaxb-v2-master</groupId>
<artifactId>jaxb-api</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/src/main/resources/with_optimize_jdk9/jaxb-api.jar</systemPath>
</dependency>
<dependency>
<groupId>jaxb-v2-master</groupId>
<artifactId>jaxb-jxc</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/src/main/resources/with_optimize_jdk9/jaxb-jxc.jar</systemPath>
</dependency>
<dependency>
<groupId>jaxb-v2-master</groupId>
<artifactId>jaxb-xjc</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/src/main/resources/with_optimize_jdk9/jaxb-xjc.jar</systemPath>
</dependency>


<!--without optimized code-->
<!--<dependency>-->
<!--<groupId>jaxb-v2-master</groupId>-->
<!--<artifactId>jaxb-impl</artifactId>-->
<!--<version>1.0</version>-->
<!--<scope>system</scope>-->
<!--<systemPath>${basedir}/src/main/resources/without_optimize/jaxb-impl.jar</systemPath>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>jaxb-v2-master</groupId>-->
<!--<artifactId>jaxb-api</artifactId>-->
<!--<version>1.0</version>-->
<!--<scope>system</scope>-->
<!--<systemPath>${basedir}/src/main/resources/without_optimize/jaxb-api.jar</systemPath>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>jaxb-v2-master</groupId>-->
<!--<artifactId>jaxb-jxc</artifactId>-->
<!--<version>1.0</version>-->
<!--<scope>system</scope>-->
<!--<systemPath>${basedir}/src/main/resources/without_optimize/jaxb-jxc.jar</systemPath>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>jaxb-v2-master</groupId>-->
<!--<artifactId>jaxb-xjc</artifactId>-->
<!--<version>1.0</version>-->
<!--<scope>system</scope>-->
<!--<systemPath>${basedir}/src/main/resources/without_optimize/jaxb-xjc.jar</systemPath>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>jaxb-v2-master</groupId>-->
<!--<artifactId>jaxb-core</artifactId>-->
<!--<version>1.0</version>-->
<!--<scope>system</scope>-->
<!--<systemPath>${basedir}/src/main/resources/without_optimize/jaxb-core.jar</systemPath>-->
<!--</dependency>-->
<!-- <dependency>-->
<!-- <groupId>jaxb-v2-master</groupId>-->
<!-- <artifactId>jaxb-impl</artifactId>-->
<!-- <version>1.0</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${basedir}/src/main/resources/without_optimize/jaxb-impl.jar</systemPath>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>jaxb-v2-master</groupId>-->
<!-- <artifactId>jaxb-api</artifactId>-->
<!-- <version>1.0</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${basedir}/src/main/resources/without_optimize/jaxb-api.jar</systemPath>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>jaxb-v2-master</groupId>-->
<!-- <artifactId>jaxb-jxc</artifactId>-->
<!-- <version>1.0</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${basedir}/src/main/resources/without_optimize/jaxb-jxc.jar</systemPath>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>jaxb-v2-master</groupId>-->
<!-- <artifactId>jaxb-xjc</artifactId>-->
<!-- <version>1.0</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${basedir}/src/main/resources/without_optimize/jaxb-xjc.jar</systemPath>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>jaxb-v2-master</groupId>-->
<!-- <artifactId>jaxb-core</artifactId>-->
<!-- <version>1.0</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${basedir}/src/main/resources/without_optimize/jaxb-core.jar</systemPath>-->
<!-- </dependency>-->


<!--without optimized code for jdk9 -->
<!--<dependency>-->
<!-- <groupId>jaxb-v2-master</groupId>-->
<!-- <artifactId>jaxb-impl</artifactId>-->
<!-- <version>1.0</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${basedir}/src/main/resources/without_optimize_jdk9/jaxb-impl.jar</systemPath>-->
<!--</dependency>-->
<!--<dependency>-->
<!-- <groupId>jaxb-v2-master</groupId>-->
<!-- <artifactId>jaxb-api</artifactId>-->
<!-- <version>1.0</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${basedir}/src/main/resources/without_optimize_jdk9/jaxb-api.jar</systemPath>-->
<!--</dependency>-->
<!--<dependency>-->
<!-- <groupId>jaxb-v2-master</groupId>-->
<!-- <artifactId>jaxb-jxc</artifactId>-->
<!-- <version>1.0</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${basedir}/src/main/resources/without_optimize_jdk9/jaxb-jxc.jar</systemPath>-->
<!--</dependency>-->
<!--<dependency>-->
<!-- <groupId>jaxb-v2-master</groupId>-->
<!-- <artifactId>jaxb-xjc</artifactId>-->
<!-- <version>1.0</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${basedir}/src/main/resources/without_optimize_jdk9/jaxb-xjc.jar</systemPath>-->
<!--</dependency>-->
<!--<dependency>-->
<!-- <groupId>jaxb-v2-master</groupId>-->
<!-- <artifactId>jaxb-core</artifactId>-->
<!-- <version>1.0</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${basedir}/src/main/resources/without_optimize_jdk9/jaxb-core.jar</systemPath>-->
<!--</dependency>-->

</dependencies>

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.