Skip to content

Commit 176a65d

Browse files
committed
fix:modify license and test-path
1 parent a2f2715 commit 176a65d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

fastexcel-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<artifactId>maven-surefire-plugin</artifactId>
7575
<configuration>
7676
<includes>
77-
<include>/ai/chat2db/easyexcel/test/core/**/*.java</include>
77+
<include>/cn/idev/excel/test/core/**/*.java</include>
7878
</includes>
7979
<testFailureIgnore>false</testFailureIgnore>
8080
</configuration>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454

5555
<licenses>
5656
<license>
57-
<name>Apache 2</name>
58-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
57+
<name>MIT License</name>
58+
<url>https://opensource.org/licenses/MIT</url>
5959
<distribution>repo</distribution>
60-
<comments>A business-friendly OSS license</comments>
60+
<comments>A permissive license that allows for wide reuse</comments>
6161
</license>
6262
</licenses>
6363

0 commit comments

Comments
 (0)