[teiid-issues] [JBoss JIRA] (TEIID-4889) Separate commons-net and mongo-java-driver from api module

Kylin Soong (JIRA) issues at jboss.org
Wed May 3 23:48:00 EDT 2017


Kylin Soong created TEIID-4889:
----------------------------------

             Summary: Separate commons-net and mongo-java-driver from api module
                 Key: TEIID-4889
                 URL: https://issues.jboss.org/browse/TEIID-4889
             Project: Teiid
          Issue Type: Quality Risk
          Components: Build/Kits
    Affects Versions: 9.3
            Reporter: Kylin Soong
            Assignee: Kylin Soong
             Fix For: 9.3


{code}
file/api/
└── main
    ├── commons-net-3.5.jar
    ├── file-api-9.3.0.Beta2-SNAPSHOT.jar
    └── module.xml
mongodb/api/
└── main
    ├── module.xml
    ├── mongodb-api-9.3.0.Beta2-SNAPSHOT.jar
    └── mongo-java-driver-2.13.1.jar
{code}
As above snippets, commons-net and mongo-java-driver are packaged together with api module, some times feel confused if set up auto-detect and create module in runtime.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the teiid-issues mailing list