Skip to content

Commit 22e5c41

Browse files
committed
fix artifactId for slf4j
1 parent 98a1c18 commit 22e5c41

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

net.lecousin.framework.log.bridges/slf4j/.classpath

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,12 @@
66
<attribute name="maven.pomderived" value="true"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
10-
<attributes>
11-
<attribute name="maven.pomderived" value="true"/>
12-
</attributes>
13-
</classpathentry>
149
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
1510
<attributes>
1611
<attribute name="optional" value="true"/>
1712
<attribute name="maven.pomderived" value="true"/>
1813
</attributes>
1914
</classpathentry>
20-
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
21-
<attributes>
22-
<attribute name="maven.pomderived" value="true"/>
23-
</attributes>
24-
</classpathentry>
2515
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
2616
<attributes>
2717
<attribute name="maven.pomderived" value="true"/>

net.lecousin.framework.log.bridges/slf4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<version>0.10.0</version>
77
<relativePath>..</relativePath>
88
</parent>
9-
<artifactId>slf4j</artifactId>
9+
<artifactId>log.bridges.slf4j</artifactId>
1010
<version>0.10.0</version>
1111

1212

0 commit comments

Comments
 (0)