pom.xml fix
[portal.git] / ecomp-portal-BE-common / pom.xml
index 61f166d..a3e445d 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.onap.portal</groupId>
                <artifactId>onap-portal-parent</artifactId>
-               <version>2.6.0-SNAPSHOT</version>
+               <version>2.6.0</version>
        </parent>
 
        <artifactId>portal-be-common</artifactId>
                        <artifactId>spring-test</artifactId>
                        <version>${springframework.version}</version>
                </dependency>
+               <dependency>
+                       <groupId>javax.xml.bind</groupId>
+                       <artifactId>jaxb-api</artifactId>
+                       <version>2.4.0-b180830.0359</version>
+               </dependency>
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-starter</artifactId>
         <dependency>
                    <groupId>org.springframework.security</groupId>
                    <artifactId>spring-security-core</artifactId>
-                   <version>${springframework.version}</version>
+                   <version>${springframework.security.version}</version>
            </dependency>
            <dependency>
                <groupId>org.springframework.security</groupId>
                <artifactId>spring-security-web</artifactId>
-               <version>${springframework.version}</version>
+               <version>${springframework.security.version}</version>
         </dependency>
            <dependency>
                    <groupId>org.springframework.security</groupId>
                    <artifactId>spring-security-config</artifactId>
-                   <version>${springframework.version}</version>
+                   <version>${springframework.security.version}</version>
            </dependency>
                <dependency>
                <groupId>com.thoughtworks.xstream</groupId>
            <dependency>
                    <groupId>org.onap.music</groupId>
                    <artifactId>MUSIC</artifactId>
-                   <version>2.5.8</version>
+                   <version>2.5.10</version>
                    <exclusions> 
                                <exclusion> 
                                          <groupId>com.sun.jersey</groupId>