diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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>--> |