diff options
author | 2018-10-25 09:31:30 +0530 | |
---|---|---|
committer | 2018-10-25 11:15:13 +0530 | |
commit | 64aef943514f2badaeb91744d1004c35a57adf4c (patch) | |
tree | 7e3b4980823b2f41739cabf5c34d35c2bdb4638e /pom.xml | |
parent | 9165e505c8352023a0d97ffc4ad5ea2fd3a1fd24 (diff) |
Add authorization header in SSE request
Add authorization header in SSE request to support https
Issue-ID: DCAEGEN2-918
Change-Id: I64e1caf98dab34040b58454f656d65b9245c2021
Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -322,6 +322,16 @@ <version>3.8.0</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.glassfish.jersey.security</groupId> + <artifactId>oauth1-client</artifactId> + <version>2.27</version> + </dependency> + <dependency> + <groupId>org.glassfish.jersey.security</groupId> + <artifactId>oauth1-signature</artifactId> + <version>2.27</version> + </dependency> </dependencies> <repositories> <repository> |