Skip to content

Commit 1066f4d

Browse files
author
litongjava
committed
remove unused file for tio-http-server
1 parent db95528 commit 1066f4d

30 files changed

+187
-82
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

frameworks/Java/tio-server/pom.xml renamed to frameworks/Java/tio-http-server/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.litongjava</groupId>
5-
<artifactId>tio-server-benchmark</artifactId>
5+
<artifactId>tio-http-server-benchmark</artifactId>
66
<version>1.0</version>
77
<name>${project.artifactId}</name>
88
<properties>
@@ -21,7 +21,6 @@
2121
<version>3.7.3.v20231224-RELEASE</version>
2222
</dependency>
2323

24-
2524
<!-- https://mvnrepository.com/artifact/com.jfinal/activerecord -->
2625
<dependency>
2726
<groupId>com.jfinal</groupId>
@@ -35,7 +34,6 @@
3534
<version>2.6.11</version>
3635
</dependency>
3736

38-
3937
<dependency>
4038
<groupId>mysql</groupId>
4139
<artifactId>mysql-connector-java</artifactId>
@@ -160,7 +158,7 @@
160158
</dependency>
161159
</dependencies>
162160
<build>
163-
<finalName>${final.name}</finalName>
161+
<finalName>${project.artifactId}</finalName>
164162
<plugins>
165163
<plugin>
166164
<groupId>org.graalvm.nativeimage</groupId>
@@ -176,7 +174,7 @@
176174
</executions>
177175
<configuration>
178176
<skip>false</skip>
179-
<imageName>${project.build.finalName}</imageName>
177+
<imageName>${project.artifactId}</imageName>
180178
<mainClass>${main.class}</mainClass>
181179
<buildArgs>
182180
-H:+RemoveSaturatedTypeFlows

0 commit comments

Comments
 (0)