同步操作将从 Gitee 极速下载/Pinpoint_old1 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?><!--~ Copyright 2018 NAVER Corp.~~ Licensed under the Apache License, Version 2.0 (the "License");~ you may not use this file except in compliance with the License.~ You may obtain a copy of the License at~~ http://www.apache.org/licenses/LICENSE-2.0~~ Unless required by applicable law or agreed to in writing, software~ distributed under the License is distributed on an "AS IS" BASIS,~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.~ See the License for the specific language governing permissions and~ limitations under the License.--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"><modelVersion>4.0.0</modelVersion><parent><groupId>com.navercorp.pinpoint</groupId><artifactId>pinpoint</artifactId><version>2.1.0-SNAPSHOT</version></parent><properties><jdk.version>9</jdk.version><jdk.home>${env.JAVA_9_HOME}</jdk.home><!-- http://openclover.org/ --><!-- https://bitbucket.org/openclover/clover/issues/61/430-support-java-9 --><!-- 4.3 will support java9 --><plugin.clover.skip>true</plugin.clover.skip><plugin.animal-sniffer.skip>true</plugin.animal-sniffer.skip></properties><artifactId>pinpoint-bootstrap-java9</artifactId><name>pinpoint-bootstrap-java9</name><packaging>jar</packaging><dependencies><dependency><groupId>com.navercorp.pinpoint</groupId><artifactId>pinpoint-bootstrap-core</artifactId></dependency><dependency><groupId>com.navercorp.pinpoint</groupId><artifactId>pinpoint-commons</artifactId></dependency><!-- Logging dependencies --><dependency><groupId>org.slf4j</groupId><artifactId>slf4j-api</artifactId><scope>test</scope></dependency><dependency><groupId>org.apache.logging.log4j</groupId><artifactId>log4j-slf4j-impl</artifactId><scope>test</scope></dependency><dependency><groupId>org.apache.logging.log4j</groupId><artifactId>log4j-core</artifactId><scope>test</scope></dependency><dependency><groupId>org.apache.logging.log4j</groupId><artifactId>log4j-jcl</artifactId><scope>test</scope></dependency><dependency><groupId>mysql</groupId><artifactId>mysql-connector-java</artifactId><scope>test</scope></dependency><dependency><groupId>commons-io</groupId><artifactId>commons-io</artifactId><scope>test</scope></dependency><!-- Temporary patch for java9--><dependency><groupId>org.openclover</groupId><artifactId>clover</artifactId><version>${plugin.clover.version}</version><scope>test</scope></dependency></dependencies><build><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-jar-plugin</artifactId><executions><execution><phase>package</phase></execution></executions><configuration><archive><manifestEntries><Automatic-Module-Name>pinpoint.bootstrap.java9</Automatic-Module-Name></manifestEntries></archive></configuration></plugin><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId><configuration><compilerArgs><arg>--add-exports=java.base/jdk.internal.loader=ALL-UNNAMED</arg><arg>--add-exports=java.base/jdk.internal.module=ALL-UNNAMED</arg><arg>--add-exports=java.base/jdk.internal.misc=ALL-UNNAMED</arg></compilerArgs></configuration></plugin><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-surefire-plugin</artifactId><configuration><argLine>--add-exports java.base/jdk.internal.loader=ALL-UNNAMED--add-exports java.base/jdk.internal.module=ALL-UNNAMED--add-exports java.base/jdk.internal.misc=ALL-UNNAMED-Dfile.encoding=${encoding}</argLine></configuration></plugin></plugins></build></project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。