Skip to content

Commit 5a5ac26

Browse files
committed
fixed email dependency
1 parent 93cf780 commit 5a5ac26

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

bms-to-inverter-main/pom.xml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@
9090
<version>3.1.9.Final</version>
9191
</dependency>
9292

93-
<!-- <dependency>-->
94-
<!-- <groupId>com.ai-republic.email</groupId>-->
95-
<!-- <artifactId>email-api</artifactId>-->
96-
<!-- <version>1.0.5</version>-->
97-
<!-- </dependency>-->
98-
9993
<dependency>
10094
<groupId>com.ai-republic.bms-to-inverter</groupId>
10195
<artifactId>configurator</artifactId>
@@ -444,11 +438,11 @@
444438
</dependency>
445439

446440
<!-- optionally add Email service -->
447-
<!-- <dependency>-->
448-
<!-- <groupId>com.ai-republic.email</groupId>-->
449-
<!-- <artifactId>email-javamail</artifactId>-->
450-
<!-- <version>1.0.5</version>-->
451-
<!-- </dependency>-->
441+
<dependency>
442+
<groupId>com.ai-republic.bms-to-inverter</groupId>
443+
<artifactId>service-email</artifactId>
444+
<version>${project.version}</version>
445+
</dependency>
452446

453447
<dependency>
454448
<groupId>com.ai-republic.bms-to-inverter</groupId>

0 commit comments

Comments
 (0)