non "tc" build profiles

Andrus Adamchik <[email protected]> Thu, 30 Jan 2025 18:41:48 -0500
Newsgroups gmane.comp.java.cayenne.devel
Message-ID <[email protected]>
Was running Cayenne tests today and noticed our pom still has pairs of profiles. E.g. "mysql" and "mysql-tc". My question is - do we really need non-tc profiles? I'd only keep the "tc" ones (renaming them back to just the DB name). Testcontainers FTW! :) 

Andrus