We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5ac26 commit 746b670Copy full SHA for 746b670
1 file changed
configurator/src/main/java/com/airepublic/bmstoinverter/configurator/Configurator.java
@@ -529,6 +529,8 @@ private void generatePOMs(final Path tempDirectory) throws IOException {
529
530
if (servicesPanel.isEmailEnabled()) {
531
// add email service dependencies
532
+ modules.add("<module>service-email</module>");
533
+
534
serviceDependencies.append(" <!-- #################### Email service ################### -->\r\n"
535
+ " <dependency>\r\n"
536
+ " <groupId>com.ai-republic.bms-to-inverter</groupId>\r\n"
0 commit comments