[10.09.20] Scoped Pom deps

This commit is contained in:
andyjk15 2020-09-10 17:14:09 +01:00
parent 47f296a06c
commit e4aae56653

View File

@ -33,10 +33,12 @@
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
<scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-websocket</artifactId> <artifactId>spring-boot-starter-websocket</artifactId>
<scope>provided</scope>
</dependency> </dependency>
<!-- Persistent Data --> <!-- Persistent Data -->
@ -85,6 +87,7 @@
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-artemis</artifactId> <artifactId>spring-boot-starter-artemis</artifactId>
<scope>provided</scope>
</dependency> </dependency>
<!--- Utils --> <!--- Utils -->