diff options
author | waqas.ikram <waqas.ikram@est.tech> | 2021-02-05 12:19:43 +0000 |
---|---|---|
committer | waqas.ikram <waqas.ikram@est.tech> | 2021-02-05 12:19:44 +0000 |
commit | de8e0e1be155348ee76021b2ca5a1887728e0291 (patch) | |
tree | 7e19aeaef121f498f943490731621acc38483b7a /so-etsi-sol003-adapter-common/pom.xml | |
parent | b74192c0e2616a1bb68883467b7a6f842b85efc1 (diff) |
Adding sol003-adapter-common module
Change-Id: Ic64d55dcbe8850950d73d7bf49e11cb1816fc5c5
Issue-ID: SO-3486
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'so-etsi-sol003-adapter-common/pom.xml')
-rw-r--r-- | so-etsi-sol003-adapter-common/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/so-etsi-sol003-adapter-common/pom.xml b/so-etsi-sol003-adapter-common/pom.xml index 68da352..babf095 100644 --- a/so-etsi-sol003-adapter-common/pom.xml +++ b/so-etsi-sol003-adapter-common/pom.xml @@ -8,4 +8,17 @@ </parent> <artifactId>so-etsi-sol003-adapter-common</artifactId> <name>SO ETSI SOL003 Adapter Common</name> + + <dependencies> + <dependency> + <groupId>org.springframework.security.oauth</groupId> + <artifactId>spring-security-oauth2</artifactId> + <version>${spring-security-oauth2-version}</version> + </dependency> + <dependency> + <groupId>org.onap.so</groupId> + <artifactId>common</artifactId> + <version>${so-core-version}</version> + </dependency> + </dependencies> </project>
\ No newline at end of file |