Skip to content

Commit efe55fc

Browse files
[fel] 修正 pom 导入依赖
1 parent 489d16d commit efe55fc

4 files changed

Lines changed: 2 additions & 6 deletions

File tree

framework/fel/java/maven-plugins/tool-maven-plugin/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
<groupId>org.fitframework.fel</groupId>
3333
<artifactId>tool-service</artifactId>
3434
</dependency>
35-
36-
<!-- Component -->
3735
<dependency>
3836
<groupId>org.fitframework.fel</groupId>
3937
<artifactId>tool-info</artifactId>

framework/fel/java/maven-plugins/tool-maven-plugin/src/test/java/modelengine/fel/maven/compile/parser/weather/impl/CityARainImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
@Group(name = "implGroup_weather_rain_city_a", extensions = {
2626
@Attribute(key = "owner", value = "测试"), @Attribute(key = "language", value = "english")
2727
})
28-
public class CityARainImpl implements Rain {
28+
public class CityARainImpl implements Rain {
2929
private static final String FITABLE_ID = "weather_rain_city_a";
3030

3131
@Fitable(FITABLE_ID)

framework/fel/java/maven-plugins/tool-maven-plugin/src/test/java/modelengine/fel/maven/compile/parser/weather/impl/CityBRainImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @since 2024-10-26
2323
*/
2424
@Group(name = "implGroup_weather_rain_city_b")
25-
public class CityBRainImpl implements Rain {
25+
public class CityBRainImpl implements Rain {
2626
private static final String FITABLE_ID = "weather_rain_city_b";
2727

2828
@Fitable(FITABLE_ID)

framework/fel/java/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@
142142
<artifactId>tool-service</artifactId>
143143
<version>${fel.version}</version>
144144
</dependency>
145-
146-
<!-- Component -->
147145
<dependency>
148146
<groupId>org.fitframework.fel</groupId>
149147
<artifactId>tool-info</artifactId>

0 commit comments

Comments
 (0)