Fix the artifact of esr-server.
[aai/esr-server.git] / esr-mgr / pom.xml
index c524f03..0b68548 100644 (file)
@@ -20,7 +20,7 @@
 
        <parent>
                <groupId>org.onap.aai.esr-server</groupId>
-               <artifactId>aai-esr-server-parent</artifactId>
+               <artifactId>aai-esr-server</artifactId>
                <version>1.0.0-SNAPSHOT</version>
        </parent>
        
             <groupId>io.swagger</groupId>
             <artifactId>swagger-jersey2-jaxrs</artifactId>
         </dependency>
-               <dependency>
-                       <groupId>io.dropwizard</groupId>
-                       <artifactId>dropwizard-migrations</artifactId>
-                       <version>0.8.0</version>
-               </dependency>
+
         <!-- jersey -->
         <dependency>
             <groupId>org.glassfish.jersey.core</groupId>
             <groupId>org.glassfish.jersey.containers</groupId>
             <artifactId>jersey-container-servlet-core</artifactId>
         </dependency>
-               <dependency>
-                       <groupId>com.sun.jersey</groupId>
-                       <artifactId>jersey-client</artifactId>
-                       <version>1.18</version>
-               </dependency>
         <!-- consumer -->
         <dependency>
             <groupId>com.eclipsesource.jaxrs</groupId>