Github user drexler42 commented on the pull request:

    https://github.com/apache/metamodel/pull/76#issuecomment-163211807
  
    I can copy the customers table directly into Postgres now. The fix works. A 
word of warning though:
    - MetaModel 4.4.2-SNAPSHOT is not compatible with DataCleaner master.
    -- Package names of ElasticSearch datastore is changed in MM, and must be 
changed accordingly in DC.
    -- The new MM neo4j module introduces a tattletale clash on an json library.
    
    I excluded the culprit from DC, but then the API module does not compile 
anymore. I gave up on solving that at that point.
    ```
                        <dependency>
                                <groupId>org.apache.metamodel</groupId>
                                <artifactId>MetaModel-full</artifactId>
                                <exclusions>
                                        <exclusion>
                                                <artifactId>json</artifactId>
                                                
<groupId>org.apache.geronimo.bundles</groupId>
                                        </exclusion>
                                </exclusions>
                        </dependency>
    ```
    
    The fix in itself is fine. So I'll merge it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to