Add spring-boot-starter-validation dependency 21/112121/2
authorDan Timoney <dtimoney@att.com>
Thu, 3 Sep 2020 15:28:18 +0000 (11:28 -0400)
committerDan Timoney <dtimoney@att.com>
Thu, 3 Sep 2020 15:28:54 +0000 (15:28 +0000)
Springboot starter version 2.3 no longer includes spring-boot-starter-validation

which now needs to be added as a separate dependency

Change-Id: I11b5dd40d96f3c1692bc23c75d508d5a39bcbbd7
Issue-ID: CCSDK-2633
Signed-off-by: Dan Timoney <dtimoney@att.com>
.gitignore
ms/neng/.project [deleted file]
ms/sliboot/pom.xml

index 7f22981..b24879a 100644 (file)
@@ -2,6 +2,7 @@
 .settings/
 .vscode
 .factorypath
+.project
 
 # Target dirs in all projects
 **/target-ide/*
diff --git a/ms/neng/.project b/ms/neng/.project
deleted file mode 100644 (file)
index 2ede1b8..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>networkelementnamegen</name>
-       <comment></comment>
-       <projects>
-       </projects>
-       <buildSpec>
-               <buildCommand>
-                       <name>org.eclipse.wst.common.project.facet.core.builder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.jdt.core.javabuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.springframework.ide.eclipse.core.springbuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.springframework.ide.eclipse.boot.validation.springbootbuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-               <buildCommand>
-                       <name>org.eclipse.m2e.core.maven2Builder</name>
-                       <arguments>
-                       </arguments>
-               </buildCommand>
-       </buildSpec>
-       <natures>
-               <nature>org.springframework.ide.eclipse.core.springnature</nature>
-               <nature>org.eclipse.jdt.core.javanature</nature>
-               <nature>org.eclipse.m2e.core.maven2Nature</nature>
-               <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
-               <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
-       </natures>
-</projectDescription>
index b0c1eac..3d8fa7b 100644 (file)
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-log4j2</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-validation</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.onap.aaf.cadi</groupId>
             <artifactId>aaf-cadi-shiro</artifactId>