diff --git a/doc-private/Developer-How-To-Start.md b/doc-private/Developer-How-To-Start.md
index b3ee5ea15..0baadda44 100644
--- a/doc-private/Developer-How-To-Start.md
+++ b/doc-private/Developer-How-To-Start.md
@@ -6,7 +6,6 @@
### Standalone Run
-- Enable maven profile `standalone`
- Use IntelliJ Idea run configuration at `../.run/PowerAuthWebFlowApplication.run.xml`
- Open [http://localhost:9080/powerauth-webflow/actuator/health](http://localhost:9080/powerauth-webflow/actuator/health) and you should get `{"status":"UP"}`
@@ -29,7 +28,6 @@ liquibase --changelog-file=./docs/db/changelog/changesets/powerauth-webflow/db.c
### Standalone Run
-- Enable maven profile `standalone`
- Use IntelliJ Idea run configuration at `../.run/TppEngineApplication.run.xml`
- Open [http://localhost:9081/tpp-engine/actuator/health](http://localhost:9081/tpp-engine/actuator/health) and you should get `{"status":"UP"}`
@@ -52,7 +50,6 @@ liquibase --changelog-file=./docs/db/changelog/changesets/powerauth-tpp-engine/d
### Standalone Run
-- Enable maven profile `standalone`
- Use IntelliJ Idea run configuration at `../.run/NextStepApplication.run.xml`
- Open [http://localhost:9082/powerauth-nextstep/actuator/health](http://localhost:9082/powerauth-nextstep/actuator/health) and you should get `{"status":"UP"}`
@@ -85,6 +82,5 @@ ALTER TABLE ns_authentication ADD CONSTRAINT ns_auth_user_fk FOREIGN KEY (user_i
### Standalone Run
-- Enable maven profile `standalone`
- Use IntelliJ Idea run configuration at `../.run/PowerAuthWebFlowClientApplication.run.xml`
- Open [http://localhost:9083/powerauth-webflow-client/actuator/health](http://localhost:9083/powerauth-webflow-client/actuator/health) and you should get `{"status":"UP"}`
diff --git a/pom.xml b/pom.xml
index 13e5cd8f4..b4ee1e352 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,6 +268,18 @@
logstash-logback-encoder
${logstash.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-tomcat
+ provided
+
+
+ org.apache.tomcat.embed
+ tomcat-embed-el
+ provided
+
+
diff --git a/powerauth-data-adapter-client/pom.xml b/powerauth-data-adapter-client/pom.xml
index fa30db74c..c50fdf941 100644
--- a/powerauth-data-adapter-client/pom.xml
+++ b/powerauth-data-adapter-client/pom.xml
@@ -33,14 +33,6 @@
-
-
-
- org.springframework.boot
- spring-boot-starter-tomcat
- provided
-
-
io.getlime.security
diff --git a/powerauth-nextstep-client/pom.xml b/powerauth-nextstep-client/pom.xml
index 0828ce039..56f9f655c 100644
--- a/powerauth-nextstep-client/pom.xml
+++ b/powerauth-nextstep-client/pom.xml
@@ -34,14 +34,6 @@
jar
-
-
-
- org.springframework.boot
- spring-boot-starter-tomcat
- provided
-
-
io.getlime.security
diff --git a/powerauth-nextstep-model/pom.xml b/powerauth-nextstep-model/pom.xml
index 92077106e..f53bcffee 100644
--- a/powerauth-nextstep-model/pom.xml
+++ b/powerauth-nextstep-model/pom.xml
@@ -45,12 +45,6 @@
org.springframework.boot
spring-boot-starter-validation
-
-
- org.apache.tomcat.embed
- tomcat-embed-el
-
-
diff --git a/powerauth-nextstep/pom.xml b/powerauth-nextstep/pom.xml
index 8de118210..4918a6d4a 100644
--- a/powerauth-nextstep/pom.xml
+++ b/powerauth-nextstep/pom.xml
@@ -37,16 +37,6 @@
org.springframework.boot
spring-boot-starter-web
-
-
- log4j-to-slf4j
- org.apache.logging.log4j
-
-
- org.springframework.boot
- spring-boot-starter-tomcat
-
-
org.springframework.boot
@@ -59,12 +49,6 @@
org.springframework.boot
spring-boot-starter-validation
-
-
- org.apache.tomcat.embed
- tomcat-embed-el
-
-
org.springframework.boot
@@ -148,11 +132,6 @@
spring-boot-starter-test
test
-
- tomcat-embed-websocket
- org.apache.tomcat.embed
- test
-
io.getlime.security
powerauth-nextstep-client
@@ -220,16 +199,6 @@
-
- standalone
-
-
- org.springframework.boot
- spring-boot-starter-tomcat
- provided
-
-
-
liquibase
diff --git a/powerauth-tpp-engine-client/pom.xml b/powerauth-tpp-engine-client/pom.xml
index 7b41d6adc..24be02c31 100644
--- a/powerauth-tpp-engine-client/pom.xml
+++ b/powerauth-tpp-engine-client/pom.xml
@@ -38,18 +38,6 @@
org.springframework.boot
spring-boot-starter-web
-
-
- org.apache.tomcat.embed
- tomcat-embed-el
-
-
-
-
-
- org.springframework.boot
- spring-boot-starter-tomcat
- provided
diff --git a/powerauth-tpp-engine/pom.xml b/powerauth-tpp-engine/pom.xml
index a5823f3ae..91c3a3814 100644
--- a/powerauth-tpp-engine/pom.xml
+++ b/powerauth-tpp-engine/pom.xml
@@ -36,26 +36,10 @@
org.springframework.boot
spring-boot-starter-web
-
-
- log4j-to-slf4j
- org.apache.logging.log4j
-
-
- org.springframework.boot
- spring-boot-starter-tomcat
-
-
org.springframework.boot
spring-boot-starter-validation
-
-
- org.apache.tomcat.embed
- tomcat-embed-el
-
-
org.springframework.boot
@@ -182,16 +166,6 @@
-
- standalone
-
-
- org.springframework.boot
- spring-boot-starter-tomcat
- provided
-
-
-
liquibase
diff --git a/powerauth-webflow-authentication-mtoken/pom.xml b/powerauth-webflow-authentication-mtoken/pom.xml
index 9c7026bae..40c7741e9 100644
--- a/powerauth-webflow-authentication-mtoken/pom.xml
+++ b/powerauth-webflow-authentication-mtoken/pom.xml
@@ -56,11 +56,6 @@
io.getlime.security
powerauth-webflow-authentication
-
- org.springframework.boot
- spring-boot-starter-tomcat
- provided
-
jakarta.servlet
jakarta.servlet-api
diff --git a/powerauth-webflow-authentication/pom.xml b/powerauth-webflow-authentication/pom.xml
index 9831057c7..c07c46b46 100644
--- a/powerauth-webflow-authentication/pom.xml
+++ b/powerauth-webflow-authentication/pom.xml
@@ -40,8 +40,8 @@
spring-boot-starter-security
- org.springframework.boot
- spring-boot-starter-tomcat
+ jakarta.servlet
+ jakarta.servlet-api
provided
@@ -63,12 +63,6 @@
org.springframework.boot
spring-boot-starter-validation
-
-
- org.apache.tomcat.embed
- tomcat-embed-el
-
-
diff --git a/powerauth-webflow-client/pom.xml b/powerauth-webflow-client/pom.xml
index d3bb00440..9d6b8ffbd 100644
--- a/powerauth-webflow-client/pom.xml
+++ b/powerauth-webflow-client/pom.xml
@@ -36,6 +36,10 @@
+
+ org.springframework.boot
+ spring-boot-starter-web
+
org.springframework.boot
spring-boot-starter-thymeleaf
@@ -145,16 +149,6 @@
-
- standalone
-
-
- org.springframework.boot
- spring-boot-starter-tomcat
- provided
-
-
-
\ No newline at end of file
diff --git a/powerauth-webflow-resources/pom.xml b/powerauth-webflow-resources/pom.xml
index 3bf79bd82..4d68635d2 100644
--- a/powerauth-webflow-resources/pom.xml
+++ b/powerauth-webflow-resources/pom.xml
@@ -34,21 +34,6 @@
jar
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.apache.tomcat.embed
- tomcat-embed-el
-
-
-
-
- org.springframework.boot
- spring-boot-starter-tomcat
- provided
-
org.springframework.boot
spring-boot-starter-security
diff --git a/powerauth-webflow/pom.xml b/powerauth-webflow/pom.xml
index fe3dc2b2f..eba33381f 100644
--- a/powerauth-webflow/pom.xml
+++ b/powerauth-webflow/pom.xml
@@ -38,16 +38,6 @@
org.springframework.boot
spring-boot-starter-web
-
-
- log4j-to-slf4j
- org.apache.logging.log4j
-
-
- org.springframework.boot
- spring-boot-starter-tomcat
-
-
org.springframework.boot
@@ -170,11 +160,6 @@
spring-boot-starter-test
test
-
- tomcat-embed-websocket
- org.apache.tomcat.embed
- test
-
com.h2database
h2
@@ -265,21 +250,6 @@
-
- standalone
-
-
- org.springframework.boot
- spring-boot-starter-tomcat
- provided
-
-
- tomcat-embed-websocket
- org.apache.tomcat.embed
- provided
-
-
-
liquibase