Code Review
/
aai
/
validation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d97b436
)
Exclude tomcat from springboot starter
09/75009/1
casablanca
1.3.2
3.0.1-ONAP
author
jimmy
<jf2512@att.com>
Thu, 20 Dec 2018 16:39:54 +0000
(11:39 -0500)
committer
James Forsyth
<jf2512@att.com>
Thu, 20 Dec 2018 16:43:01 +0000
(16:43 +0000)
Change-Id: I6f34556c8c9b45e03bb5661b01da4ab33ed313d2
Issue-ID: AAI-2031
Signed-off-by: jimmy <jf2512@att.com>
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
a7a2283
..
0bde58a
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-77,6
+77,10
@@
limitations under the License.
<artifactId>logback-classic</artifactId>
<groupId>ch.qos.logback</groupId>
</exclusion>
+ <exclusion>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-tomcat</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>