Skip to content

Commit fded9cf

Browse files
authored
[MAINTENANCE] Remove unnecessary dependency management entries in samples (#647)
1 parent 503bc97 commit fded9cf

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

samples/pom.xml

-17
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,6 @@
196196
<scope>provided</scope>
197197
</dependency>
198198

199-
<dependency>
200-
<groupId>org.slf4j</groupId>
201-
<artifactId>slf4j-api</artifactId>
202-
<version>${slf4j.version}</version>
203-
<scope>provided</scope>
204-
</dependency>
205-
206199
<dependency>
207200
<groupId>org.apache.felix</groupId>
208201
<artifactId>org.apache.felix.configadmin</artifactId>
@@ -215,16 +208,6 @@
215208
<version>${org.apache.felix.eventadmin.version}</version>
216209
</dependency>
217210

218-
<dependency>
219-
<groupId>org.ops4j.pax.logging</groupId>
220-
<artifactId>pax-logging-api</artifactId>
221-
<version>${pax-logging.version}</version>
222-
</dependency>
223-
<dependency>
224-
<groupId>org.ops4j.pax.logging</groupId>
225-
<artifactId>pax-logging-log4j2</artifactId>
226-
<version>${pax-logging.version}</version>
227-
</dependency>
228211
<dependency>
229212
<groupId>org.ops4j.pax.web</groupId>
230213
<artifactId>pax-web-extender-war</artifactId>

0 commit comments

Comments
 (0)