aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorwaqas.ikram <waqas.ikram@est.tech>2022-06-16 19:24:18 +0100
committerwaqas.ikram <waqas.ikram@est.tech>2022-06-16 19:24:21 +0100
commita63e25b6acc587e8640e5242dcac9dd0a92862c9 (patch)
tree4bb1df86c7ca95467ddd3d02b3a573062436a18d /pom.xml
parent12161045e46f6edd422f265e509c1b21d4f4e07e (diff)
[SO] Fixing build issue
Change-Id: I559a9ff94bc077652336aa5abc80aef942d9cae9 Issue-ID: SO-3905 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c56cd16ac3..e866521a63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -490,6 +490,17 @@
<artifactId>jackson-annotations</artifactId>
<version>2.12.1</version>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.jdt</groupId>
+ <artifactId>org.eclipse.jdt.core</artifactId>
+ <version>3.24.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.osgi.service</groupId>
+ <artifactId>org.osgi.service.prefs</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
</plugin>
<plugin>