Skip to content

Commit ca69d26

Browse files
committed
feat: remove api gather module pom.xml useless properties
1 parent 394e5e1 commit ca69d26

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

dongtai-api-gather/dongtai-api-gather-dubbo-api/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111

1212
<artifactId>dongtai-api-gather-dubbo-api</artifactId>
1313

14-
<properties>
15-
<maven.compiler.source>8</maven.compiler.source>
16-
<maven.compiler.target>8</maven.compiler.target>
17-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18-
</properties>
19-
2014
<dependencies>
2115
<dependency>
2216
<groupId>org.apache.dubbo</groupId>

dongtai-api-gather/dongtai-api-gather-openapi/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111

1212
<artifactId>dongtai-api-gather-openapi</artifactId>
1313

14-
<properties>
15-
<maven.compiler.source>8</maven.compiler.source>
16-
<maven.compiler.target>8</maven.compiler.target>
17-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18-
</properties>
19-
2014
<dependencies>
2115
<dependency>
2216
<groupId>io.dongtai.iast</groupId>

dongtai-api-gather/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,4 @@
1818
<module>dongtai-api-gather-dubbo-api</module>
1919
</modules>
2020

21-
<properties>
22-
<maven.compiler.source>8</maven.compiler.source>
23-
<maven.compiler.target>8</maven.compiler.target>
24-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
25-
</properties>
26-
2721
</project>

0 commit comments

Comments
 (0)