Skip to content

Commit 75bd43c

Browse files
committed
Remove unnecessary global dependencies
1 parent b7da308 commit 75bd43c

2 files changed

Lines changed: 11 additions & 23 deletions

File tree

catalog/pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -375,29 +375,6 @@
375375
</dependency>
376376
</dependencies>
377377
</dependencyManagement>
378-
<dependencies>
379-
<dependency>
380-
<groupId>org.ops4j.pax.web</groupId>
381-
<artifactId>pax-web-spi</artifactId>
382-
<version>${pax.web.version}</version>
383-
<exclusions>
384-
<exclusion>
385-
<groupId>commons-io</groupId>
386-
<artifactId>commons-io</artifactId>
387-
</exclusion>
388-
</exclusions>
389-
</dependency>
390-
<dependency>
391-
<groupId>org.osgi</groupId>
392-
<artifactId>osgi.core</artifactId>
393-
<version>${osgi.enterprise.version}</version>
394-
</dependency>
395-
<dependency>
396-
<groupId>org.osgi</groupId>
397-
<artifactId>osgi.cmpn</artifactId>
398-
<version>${osgi.compendium.version}</version>
399-
</dependency>
400-
</dependencies>
401378
<modules>
402379
<module>measure</module>
403380
<module>common</module>

platform/landing-page/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,17 @@
9393
<groupId>org.osgi</groupId>
9494
<artifactId>osgi.core</artifactId>
9595
</dependency>
96+
<dependency>
97+
<groupId>org.ops4j.pax.web</groupId>
98+
<artifactId>pax-web-spi</artifactId>
99+
<version>${pax.web.version}</version>
100+
<exclusions>
101+
<exclusion>
102+
<groupId>commons-io</groupId>
103+
<artifactId>commons-io</artifactId>
104+
</exclusion>
105+
</exclusions>
106+
</dependency>
96107
</dependencies>
97108
<build>
98109
<plugins>

0 commit comments

Comments
 (0)