aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/core/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdnr/wt/odlux/core/provider/pom.xml')
-rw-r--r--sdnr/wt/odlux/core/provider/pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/sdnr/wt/odlux/core/provider/pom.xml b/sdnr/wt/odlux/core/provider/pom.xml
index 0b07aa542..36a8df32b 100644
--- a/sdnr/wt/odlux/core/provider/pom.xml
+++ b/sdnr/wt/odlux/core/provider/pom.xml
@@ -72,8 +72,8 @@
<artifactId>guava</artifactId>
</dependency>
<dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>javax.servlet-api</artifactId>
+ <groupId>jakarta.servlet</groupId>
+ <artifactId>jakarta.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
@@ -96,6 +96,12 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>osgi.cmpn</artifactId>
+ <version>7.0.0</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>