|
|
@ -5,7 +5,7 @@ |
|
|
|
<parent> |
|
|
|
<parent> |
|
|
|
<artifactId>mywust</artifactId> |
|
|
|
<artifactId>mywust</artifactId> |
|
|
|
<groupId>cn.linghang</groupId> |
|
|
|
<groupId>cn.linghang</groupId> |
|
|
|
<version>0.0.1-SNAPSHOT</version> |
|
|
|
<version>${rversion}</version> |
|
|
|
</parent> |
|
|
|
</parent> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
|
|
|
|
|
|
@ -14,45 +14,32 @@ |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>cn.linghang</groupId> |
|
|
|
<groupId>cn.linghang</groupId> |
|
|
|
<artifactId>mywust-network</artifactId> |
|
|
|
<artifactId>mywust-network</artifactId> |
|
|
|
<version>0.0.1-SNAPSHOT</version> |
|
|
|
<version>${parent.version}</version> |
|
|
|
<scope>compile</scope> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>cn.linghang</groupId> |
|
|
|
<groupId>cn.linghang</groupId> |
|
|
|
<artifactId>mywust-util</artifactId> |
|
|
|
<artifactId>mywust-util</artifactId> |
|
|
|
<version>0.0.1-SNAPSHOT</version> |
|
|
|
<version>${parent.version}</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
<artifactId>slf4j-api</artifactId> |
|
|
|
<artifactId>slf4j-api</artifactId> |
|
|
|
<version>2.0.3</version> |
|
|
|
<version>${slf4j.version}</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>net.sourceforge.jregex</groupId> |
|
|
|
|
|
|
|
<artifactId>jregex</artifactId> |
|
|
|
|
|
|
|
<version>1.2_01</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/org.jsoup/jsoup --> |
|
|
|
<!-- https://mvnrepository.com/artifact/org.jsoup/jsoup --> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.jsoup</groupId> |
|
|
|
<groupId>org.jsoup</groupId> |
|
|
|
<artifactId>jsoup</artifactId> |
|
|
|
<artifactId>jsoup</artifactId> |
|
|
|
<version>1.15.3</version> |
|
|
|
<version>${jsoup.version}</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/oro/oro --> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>oro</groupId> |
|
|
|
|
|
|
|
<artifactId>oro</artifactId> |
|
|
|
|
|
|
|
<version>2.0.8</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>cn.linghang</groupId> |
|
|
|
<groupId>cn.linghang</groupId> |
|
|
|
<artifactId>mywust-model</artifactId> |
|
|
|
<artifactId>mywust-model</artifactId> |
|
|
|
<version>0.0.1-SNAPSHOT</version> |
|
|
|
<version>${parent.version}</version> |
|
|
|
<scope>compile</scope> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
@ -73,5 +60,8 @@ |
|
|
|
<maven.compiler.source>1.8</maven.compiler.source> |
|
|
|
<maven.compiler.source>1.8</maven.compiler.source> |
|
|
|
<maven.compiler.target>1.8</maven.compiler.target> |
|
|
|
<maven.compiler.target>1.8</maven.compiler.target> |
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<slf4j.version>2.0.3</slf4j.version> |
|
|
|
|
|
|
|
<jsoup.version>1.15.3</jsoup.version> |
|
|
|
</properties> |
|
|
|
</properties> |
|
|
|
</project> |
|
|
|
</project> |