diff options
author | Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com> | 2019-03-17 01:15:13 -0400 |
---|---|---|
committer | Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com> | 2019-03-17 01:24:25 -0400 |
commit | 01dbe014a6603a0e4d189f3129f42ed334405947 (patch) | |
tree | b6c441cdf8672a3d3225e3175626c56db8ce5595 /pom.xml | |
parent | 0db1ea358fdc74daf7b2039f7364ca0fff08bc77 (diff) |
Update logbax.xml and create test resources.
Also update pom to reflect that test resources are located in a
different dir.
Issue-ID: MUSIC-365
Change-Id: Ie118621dfdea9819403d3adf4f9d54cd2571ecdc
Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 24 |
1 files changed, 16 insertions, 8 deletions
@@ -133,6 +133,14 @@ </includes> </resource> </resources> + <testResources> + <testResource> + <directory>${project.basedir}/src/test/resources</directory> + </testResource> + <!-- <testResource> + <directory>${project.basedir}/src/main/resources</directory> + </testResource> --> + </testResources> <plugins> <plugin> <groupId>org.springframework.boot</groupId> @@ -141,7 +149,7 @@ <mainClass>org.onap.music.MusicApplication</mainClass> <outputDirectory>./distribution/music/</outputDirectory> <addResources>true</addResources> - </configuration> + </configuration> <executions> <execution> <goals> @@ -206,7 +214,7 @@ <dependencies> <!-- Springboot --> - <dependency> + <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> </dependency> @@ -228,11 +236,11 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-actuator</artifactId> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-actuator</artifactId> </dependency> <!-- https://mvnrepository.com/artifact/org.springframework/spring-webmvc --> - <dependency> + <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <scope>compile</scope> @@ -328,16 +336,16 @@ <artifactId>cassandra-driver-core</artifactId> <version>3.6.0</version> </dependency> - <dependency> + <dependency> <groupId>com.datastax.cassandra</groupId> <artifactId>cassandra-driver-core</artifactId> <version>${cassandra.version}</version> - <exclusions> + <exclusions> <!-- <exclusion> <groupId>io.netty</groupId> <artifactId>*</artifactId> </exclusion> --> - </exclusions> + </exclusions> </dependency> <!-- /Cassandra --> <!-- Jersey --> |