update jetty dependencies to 9.3.24.v20180605
[aai/router-core.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8da4245..95432b2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -92,14 +92,14 @@ limitations under the License.
       </dependency>
 
       <dependency>
-         <groupId>org.onap.aai.aai-common</groupId>
+         <groupId>org.onap.aai.schema-service</groupId>
          <artifactId>aai-schema</artifactId>
-         <version>1.4.1-SNAPSHOT</version>
+         <version>1.0.0</version>
       </dependency>
       <dependency>
          <groupId>org.onap.aai.aai-common</groupId>
          <artifactId>aai-schema-ingest</artifactId>
-         <version>1.4.1-SNAPSHOT</version>
+         <version>1.4.1</version>
          <!--<exclusions>-->
             <!--<exclusion>-->
                <!--<groupId>com.google.guava</groupId>-->
@@ -113,13 +113,13 @@ limitations under the License.
       <dependency>
          <groupId>org.eclipse.jetty</groupId>
          <artifactId>jetty-security</artifactId>
-         <version>9.3.8.RC0</version>
+         <version>9.3.24.v20180605</version>
       </dependency>
       <!-- ECOMP REST Client Library. -->
       <dependency>
          <groupId>org.onap.aai</groupId>
          <artifactId>rest-client</artifactId>
-         <version>1.1.0</version>
+         <version>1.2.1</version>
       </dependency>
       <!-- End REST Client specific dependencies. -->
       <!-- testing -->