Greetings,
I’m trying to resolve License issues for J2EE and Mail (was using
javax.mail), and License/Security issues for Cassandra.
I’m looking for Community references in the Nexus (maven) that you have
discovered to be License/Security issue free (or reduced)
1. Is there a “baggage-free” jar for Servlet-api? (J2EE). Servlets are
pretty ubiquitous, and I would expect that someone here must have figured that
out. Currently using:
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
</dependency>
1. Do you all have a recommendation for an Open Source “baggage-free” Mail
client that does essentially what javax.mail does (am willing to recode)?
Currently using:
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4.5</version>
</dependency>
1. For those using Cassandra, is there a “baggage-free” version you all are
using for Client access? Currently using:
<dependency>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
<version>3.3.0</version>
</dependency>
Thanks so much for any help!
--
Jonathan Gathman
Principled-System Architect
ATO Tech Dev/SEAT/Platform Architecture and Technology Management
AT&T Services, Inc.
2349 Oaker, Arnold, MO 63010
m 314-550-3312 |
[email protected]<mailto:[email protected]>
_______________________________________________
onap-discuss mailing list
[email protected]
https://lists.onap.org/mailman/listinfo/onap-discuss