Fixing osgi exports and swagger.io.annotations issue

This commit is contained in:
Rasika Perera 2016-11-30 11:26:15 +05:30
parent 9dc9d00e96
commit e9e4c1a3d2

View File

@ -920,6 +920,10 @@
<groupId>xerces</groupId> <groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId> <artifactId>xercesImpl</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>