summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunil unnava <sunil.unnava@att.com>2018-09-11 19:18:13 -0400
committersunil unnava <sunil.unnava@att.com>2018-09-11 19:18:31 -0400
commit3817e083dedf67b4fb03c638412fc644b19d7718 (patch)
treedfda0c5bc3edec4ed6d581e95cc8bdf490ba038c
parent61976bd977bbdb0c4d619a839d2a1235d70b0e2c (diff)
fixes for license issues
Issue-ID: DMAAP-768 Change-Id: I57db485599de782b67886c25b0291b6ab2ce1930 Signed-off-by: sunil unnava <sunil.unnava@att.com>
-rw-r--r--pom.xml42
1 files changed, 37 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 1285105..a2bdebd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -233,7 +233,7 @@
<!-- <javax-mail-version>1.5.0</javax-mail-version> -->
<module.ajsc.namespace.name>dmaap</module.ajsc.namespace.name>
<module.ajsc.namespace.version>v1</module.ajsc.namespace.version>
- <ajscRuntimeVersion>3.0.9-oss</ajscRuntimeVersion>
+ <ajscRuntimeVersion>3.0.10-oss</ajscRuntimeVersion>
<!-- This will be the Absolute Root of the Project and should contain NO
Versioning -->
@@ -306,7 +306,39 @@
<!-- <dependency> <groupId>csi-schemas-source</groupId> <artifactId>cmn-CommonDataModel</artifactId>
<version>112.0.50</version> </dependency> -->
<!-- TODO: add open source version here -->
-
+
+
+ <dependency>
+ <groupId>com.sun.mail</groupId>
+ <artifactId>javax.mail</artifactId>
+ <version>1.6.0</version>
+ <exclusions>
+ <!-- javax activation is part of the JDK now -->
+ <exclusion>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-core</artifactId>
+ <version>2.3.0.1</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.xml.bind</groupId>
+ <artifactId>jaxb-impl</artifactId>
+ <version>2.3.0.1</version>
+ <scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <artifactId>jsr181-api</artifactId>
+ <groupId>javax.jws</groupId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
@@ -566,7 +598,7 @@
<dependency>
<groupId>com.att.ajsc</groupId>
<artifactId>ajsc-archetype-parent</artifactId>
- <version>3.0.9-oss</version>
+ <version>3.0.10-oss</version>
<type>pom</type>
</dependency>
@@ -696,13 +728,13 @@
<dependency>
<groupId>com.att.ajsc</groupId>
<artifactId>ajsc-runner</artifactId>
- <version>3.0.9-oss</version>
+ <version>3.0.10-oss</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.att.ajsc</groupId>
<artifactId>ajsc-core</artifactId>
- <version>3.0.9-oss</version>
+ <version>3.0.10-oss</version>
<scope>provided</scope>
</dependency>
</dependencies>