Merge "Added enrichment-coordinator-service module in nonrtric"
authorJohn Keeney <john.keeney@est.tech>
Wed, 23 Sep 2020 09:14:41 +0000 (09:14 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Wed, 23 Sep 2020 09:14:41 +0000 (09:14 +0000)
1  2 
enrichment-coordinator-service/pom.xml

@@@ -31,7 -31,7 +31,7 @@@
      </parent>
      <groupId>org.o-ran-sc.nonrtric</groupId>
      <artifactId>enrichment-coordinator-service</artifactId>
-     <version>0.0.0-SNAPSHOT</version>
+     <version>1.0.0-SNAPSHOT</version>
      <licenses>
          <license>
              <name>The Apache Software License, Version 2.0</name>
              <groupId>org.glassfish.jersey.inject</groupId>
              <artifactId>jersey-hk2</artifactId>
          </dependency>
 +        <!-- https://mvnrepository.com/artifact/com.github.erosb/everit-json-schema -->
 +        <dependency>
 +            <groupId>com.github.erosb</groupId>
 +            <artifactId>everit-json-schema</artifactId>
 +            <version>1.12.1</version>
 +        </dependency>
          <!-- Actuator dependencies -->
          <dependency>
              <groupId>org.springframework.boot</groupId>
                  <artifactId>sonar-maven-plugin</artifactId>
                  <version>${sonar-maven-plugin.version}</version>
              </plugin>
-             <plugin>
-                 <groupId>org.codehaus.mojo</groupId>
-                 <artifactId>exec-maven-plugin</artifactId>
-                 <executions>
-                     <execution>
-                         <id>run-test-script</id>
-                         <phase>verify</phase>
-                         <goals>
-                             <goal>exec</goal>
-                         </goals>
-                     </execution>
-                 </executions>
-                 <configuration>
-                     <executable>bash</executable>
-                     <arguments>
-                         <argument>run_test.sh</argument>
-                     </arguments>
-                     <workingDirectory>../test/jenkins/</workingDirectory>
-                 </configuration>
-             </plugin>
          </plugins>
      </build>
      <issueManagement>