Skip to content

Commit 500a094

Browse files
committed
[framework] 去除不必要的 pom 依赖关系
1 parent 2e86d98 commit 500a094

File tree

3 files changed

+4
-19
lines changed

3 files changed

+4
-19
lines changed

examples/pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,9 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<parent>
7-
<groupId>org.fitframework</groupId>
8-
<artifactId>parent</artifactId>
9-
<version>3.5.0-SNAPSHOT</version>
10-
</parent>
11-
12-
<groupId>org.fitframework.example</groupId>
6+
<groupId>org.fitframework</groupId>
137
<artifactId>example-parent</artifactId>
8+
<version>3.5.0-SNAPSHOT</version>
149
<packaging>pom</packaging>
1510

1611
<modules>

framework/pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<parent>
7-
<groupId>org.fitframework</groupId>
8-
<artifactId>parent</artifactId>
9-
<version>3.5.0-SNAPSHOT</version>
10-
</parent>
11-
6+
<groupId>org.fitframework</groupId>
127
<artifactId>framework-parent</artifactId>
8+
<version>3.5.0-SNAPSHOT</version>
139
<packaging>pom</packaging>
1410

1511
<modules>

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,4 @@
1212
<module>examples</module>
1313
<module>framework</module>
1414
</modules>
15-
16-
<properties>
17-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18-
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
19-
<java.version>17</java.version>
20-
</properties>
2115
</project>

0 commit comments

Comments
 (0)