summaryrefslogtreecommitdiffstats
path: root/nokiav2/driver/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nokiav2/driver/pom.xml')
-rw-r--r--nokiav2/driver/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/nokiav2/driver/pom.xml b/nokiav2/driver/pom.xml
index 53c602a9..fd4c2da5 100644
--- a/nokiav2/driver/pom.xml
+++ b/nokiav2/driver/pom.xml
@@ -42,6 +42,22 @@
<artifactId>spring-boot-starter-web</artifactId>
<version>${spring.boot.version}</version>
<scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-tomcat</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-jetty</artifactId>
+ <version>${spring.boot.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-security</artifactId>
+ <version>${spring.boot.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>