Skip to content

Commit 96d2af6

Browse files
committed
Tidy slf4j dependency management in delphi-custom-rules-example
1 parent 8fde762 commit 96d2af6

File tree

1 file changed

+13
-13
lines changed
  • docs/delphi-custom-rules-example

1 file changed

+13
-13
lines changed

docs/delphi-custom-rules-example/pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<sonar.delphi.version>0.40.0</sonar.delphi.version>
5353
<sonar.plugin.api.version>10.1.0.809</sonar.plugin.api.version>
5454
<sonar.analyzer.commons.version>2.7.0.1482</sonar.analyzer.commons.version>
55+
<slf4j.version>1.7.30</slf4j.version>
5556
<junit.version>5.9.0</junit.version>
5657
<assertj.version>3.23.1</assertj.version>
5758
<mockito.version>5.4.0</mockito.version>
@@ -71,19 +72,6 @@
7172
<scope>provided</scope>
7273
</dependency>
7374

74-
<dependency>
75-
<groupId>org.slf4j</groupId>
76-
<artifactId>slf4j-api</artifactId>
77-
<version>${slf4j.version}</version>
78-
<scope>provided</scope>
79-
</dependency>
80-
<dependency>
81-
<groupId>org.slf4j</groupId>
82-
<artifactId>slf4j-simple</artifactId>
83-
<version>${slf4j.version}</version>
84-
<scope>test</scope>
85-
</dependency>
86-
8775
<dependency>
8876
<groupId>au.com.integradev.delphi</groupId>
8977
<artifactId>sonar-delphi-plugin</artifactId>
@@ -104,6 +92,18 @@
10492
<version>${sonar.delphi.version}</version>
10593
<scope>test</scope>
10694
</dependency>
95+
<dependency>
96+
<groupId>org.slf4j</groupId>
97+
<artifactId>slf4j-api</artifactId>
98+
<version>${slf4j.version}</version>
99+
<scope>provided</scope>
100+
</dependency>
101+
<dependency>
102+
<groupId>org.slf4j</groupId>
103+
<artifactId>slf4j-simple</artifactId>
104+
<version>${slf4j.version}</version>
105+
<scope>test</scope>
106+
</dependency>
107107
<dependency>
108108
<groupId>org.junit.jupiter</groupId>
109109
<artifactId>junit-jupiter</artifactId>

0 commit comments

Comments
 (0)