diff options
Diffstat (limited to 'aai-parent')
-rw-r--r-- | aai-parent/pom.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 45033490..c4b96c2d 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -45,7 +45,6 @@ limitations under the License. <aai.rest.client.version>1.6.4</aai.rest.client.version> <aai.schema.service.version>1.9.6</aai.schema.service.version> - <aaf.version>2.1.15</aaf.version> <antlr.version>4.11.1</antlr.version> <activemq.version>5.16.1</activemq.version> <commons.beanutils.version>1.9.4</commons.beanutils.version> @@ -191,12 +190,6 @@ limitations under the License. <dependency> <groupId>org.onap.aai.aai-common</groupId> - <artifactId>aai-aaf-auth</artifactId> - <version>${aai.release.version}</version> - </dependency> - - <dependency> - <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-els-onap-logging</artifactId> <version>${aai.release.version}</version> </dependency> @@ -411,19 +404,6 @@ limitations under the License. </dependency> <dependency> - <groupId>org.onap.aaf.authz</groupId> - <artifactId>aaf-cadi-core</artifactId> - <version>${aaf.version}</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.onap.aaf.authz</groupId> - <artifactId>aaf-cadi-aaf</artifactId> - <version>${aaf.version}</version> - <scope>compile</scope> - </dependency> - - <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <version>${easy.mock.version}</version> |