diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -101,7 +101,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>common-logging</artifactId> - <version>1.1.0</version> + <version>1.2.2</version> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> @@ -116,22 +116,22 @@ limitations under the License. <dependency> <groupId>org.onap.aai.event-client</groupId> <artifactId>event-client-dmaap</artifactId> - <version>1.2.0</version> + <version>1.2.1</version> </dependency> <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.1</version> </dependency> <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-utils</artifactId> - <version>1.2.0</version> + <version>1.2.1</version> </dependency> <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-core</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.1</version> <exclusions> <exclusion> <groupId>*</groupId> @@ -143,7 +143,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-auth</artifactId> - <version>1.2.0</version> + <version>1.2.1</version> </dependency> <dependency> |