update the version for the H release
[so.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e994986..838e6a3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
   <groupId>org.onap.so</groupId>
   <artifactId>so</artifactId>
   <packaging>pom</packaging>
-  <version>1.7.1-SNAPSHOT</version>
+  <version>1.8.0-SNAPSHOT</version>
   <name>so</name>
   <description>This Maven project is responsible to build and package all child projects - contributions in the MSO project.
        This build can be configured to run Functional tests and to start/stop a jboss server + Mysql DB.
           </exclusion>
         </exclusions>
       </dependency>
+      <dependency>
+        <groupId>org.apache.cxf</groupId>
+        <artifactId>cxf-rt-rs-service-description-openapi-v3</artifactId>
+        <version>${cxf.version}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>org.jboss.spec.javax.rmi</groupId>
+            <artifactId>jboss-rmi-api_1.0_spec</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
       <dependency>
         <groupId>org.onap.aaf.authz</groupId>
         <artifactId>aaf-cadi-client</artifactId>
         <version>${aaf.version}</version>
-           </dependency>
-           <dependency>
-             <groupId>org.onap.aaf.authz</groupId>
-             <artifactId>aaf-cadi-aaf</artifactId>
-             <version>${aaf.version}</version>
-             <exclusions>
-               <exclusion>
-                 <groupId>javax.servlet</groupId>
-                 <artifactId>servlet-api</artifactId>
-               </exclusion>
-               <exclusion>
-                 <groupId>log4j</groupId>
-                 <artifactId>log4j</artifactId>
-               </exclusion>
-             </exclusions>
-           </dependency>
-           <dependency>
-               <groupId>org.onap.aaf.authz</groupId>
-               <artifactId>aaf-auth-client</artifactId>
-               <version>${aaf.version}</version>
-               <scope>runtime</scope>
-           </dependency>
-           <dependency>
-               <groupId>org.onap.aaf.authz</groupId>
-               <artifactId>aaf-misc-env</artifactId>
-               <version>${aaf.version}</version>
-               <scope>runtime</scope>
-           </dependency>
-           <dependency>
-               <groupId>org.onap.aaf.authz</groupId>
-               <artifactId>aaf-misc-rosetta</artifactId>
-               <version>${aaf.version}</version>
-               <scope>runtime</scope>
-           </dependency>
+      </dependency>
+      <dependency>
+        <groupId>org.onap.aaf.authz</groupId>
+        <artifactId>aaf-cadi-aaf</artifactId>
+        <version>${aaf.version}</version>
+        <exclusions>
+          <exclusion>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+      <dependency>
+        <groupId>org.onap.aaf.authz</groupId>
+        <artifactId>aaf-auth-client</artifactId>
+        <version>${aaf.version}</version>
+        <scope>runtime</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.onap.aaf.authz</groupId>
+        <artifactId>aaf-misc-env</artifactId>
+        <version>${aaf.version}</version>
+        <scope>runtime</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.onap.aaf.authz</groupId>
+        <artifactId>aaf-misc-rosetta</artifactId>
+        <version>${aaf.version}</version>
+        <scope>runtime</scope>
+      </dependency>
     </dependencies>
   </dependencyManagement>
   <profiles>