Skip to content

Commit 35ca339

Browse files
committed
#39 renamed groupId
1 parent 67cad60 commit 35ca339

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44

55
<modelVersion>4.0.0</modelVersion>
6-
<groupId>org.codemonkey.simplejavamail</groupId>
6+
<groupId>org.simplejavamail</groupId>
77
<artifactId>simple-java-mail</artifactId>
88
<packaging>jar</packaging>
99
<name>Simple Java Mail</name>
@@ -50,6 +50,7 @@
5050
<artifactId>slf4j-api</artifactId>
5151
<version>1.7.21</version>
5252
</dependency>
53+
<!-- exclude the below logging dependencies if you want to switch implementations -->
5354
<dependency>
5455
<groupId>org.apache.logging.log4j</groupId>
5556
<artifactId>log4j-slf4j-impl</artifactId><!-- or log4j2 or logback or whatever-->

0 commit comments

Comments
 (0)