|
|
@ -83,6 +83,20 @@ |
|
|
|
<artifactId>message-center-api</artifactId> |
|
|
|
<version>0.0.1</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>com.sun.xml.ws</groupId> |
|
|
|
<artifactId>jaxws-ri</artifactId> |
|
|
|
<version>2.3.2</version> |
|
|
|
<type>pom</type> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.projectlombok</groupId> |
|
|
|
<artifactId>lombok</artifactId> |
|
|
|
<version>1.18.24</version> |
|
|
|
<optional>true</optional> |
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<build> |
|
|
|