Onboarding Page Account Admin Change
[portal.git] / ecomp-portal-widget-ms / widget-ms / pom.xml
index 95b06ad..d0849df 100644 (file)
                        <artifactId>jasypt-spring-boot-starter</artifactId>
                        <version>1.9</version>
                </dependency>
+               <dependency>
+                       <groupId>org.jsoup</groupId>
+                       <artifactId>jsoup</artifactId>
+                       <version>1.12.1</version>
+       </dependency>
                <!-- hibernate-core depends on dom4j, which has optional dependencies. 
                        On jenkins, contrary to doc, mvn 3.0.5 packages the optional dependencies 
                        in the war. Workaround: exclude them explicitly. -->