代码拉取完成,页面将自动刷新
同步操作将从 lhc/simple-db 强制同步,此操作会覆盖自 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>simple-db</groupId>
<artifactId>simple-db-hw</artifactId>
<version>1.0</version>
<name>simple-db-hw</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>
<!-- 将simpledb的依赖加入这里-->
<!-- https://mvnrepository.com/artifact/jline/jline -->
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>0.9.94</version>
</dependency>
<!-- https://mvnrepository.com/artifact/junit/junit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/junit-4.13.1.jar</systemPath>
</dependency>
<!-- https://mvnrepository.com/artifact/org.hamcrest/hamcrest-core -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/hamcrest-core-1.3.jar</systemPath>
</dependency>
<!-- https://mvnrepository.com/artifact/com.jcraft/jzlib -->
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jzlib</artifactId>
<version>1.0.7</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.mina/mina-core -->
<!-- <dependency>-->
<!-- <groupId>org.apache.mina</groupId>-->
<!-- <artifactId>mina-core</artifactId>-->
<!-- <version>2.0.4</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${project.basedir}/lib/mina-core-2.0.4.jar</systemPath>-->
<!-- </dependency>-->
<!-- <!– https://mvnrepository.com/artifact/org.apache.mina/mina-filter-compression –>-->
<!-- <dependency>-->
<!-- <groupId>org.apache.mina</groupId>-->
<!-- <artifactId>mina-filter-compression</artifactId>-->
<!-- <version>2.0.4</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${project.basedir}/lib/mina-filter-compression-2.0.4.jar</systemPath>-->
<!-- </dependency>-->
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>org.berkeley.simpledb</groupId>
<artifactId>zql</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/zql.jar</systemPath>
</dependency>
</dependencies>
<build>
</build>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。