代码拉取完成,页面将自动刷新
同步操作将从 冰河/mykit-concurrent-jdk 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>io.binghe.concurrent</groupId>
<artifactId>mykit-concurrent-jdk</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<properties>
<slf4j.version>1.7.2</slf4j.version>
<junit.version>4.13.2</junit.version>
<jmh.version>1.19</jmh.version>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
<version>${jmh.version}</version>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>${jmh.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
<modules>
<module>mykit-concurrent-chapter01</module>
<module>mykit-concurrent-chapter02</module>
<module>mykit-concurrent-chapter03</module>
<module>mykit-concurrent-chapter04</module>
<module>mykit-concurrent-chapter05</module>
<module>mykit-concurrent-chapter06</module>
<module>mykit-concurrent-chapter07</module>
<module>mykit-concurrent-chapter08</module>
<module>mykit-concurrent-chapter09</module>
<module>mykit-concurrent-chapter10</module>
<module>mykit-concurrent-chapter11</module>
<module>mykit-concurrent-chapter12</module>
<module>mykit-concurrent-chapter13</module>
<module>mykit-concurrent-threadpool</module>
<module>mykit-concurrent-chapter16</module>
</modules>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。