aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/core/provider/pom.xml
diff options
context:
space:
mode:
authorMichael Dürre <michael.duerre@highstreet-technologies.com>2023-04-06 11:38:19 +0200
committerMichael Dürre <michael.duerre@highstreet-technologies.com>2023-04-06 11:38:30 +0200
commitb41fae1eee6521287a8f5a9ff0b9a2f33f7a4a5f (patch)
treed1e920c3950cae811235f1499445c4a8d8addf8f /sdnr/wt/odlux/core/provider/pom.xml
parent122ea4172fc5497c51898f4d37315ebd71e1d01a (diff)
fix odlux core servlets
add whiteboard annotations Issue-ID: CCSDK-3886 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: I40e85179f4d353adffede90e2e3f2c4c181b8ce2 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
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>