Hi community,
I have a problem with dependencies of a custom table that I use in two solutions. I reproduced this problem in the following demo.
Two unmanaged solutions are created within the DEV environment:
SolutionA:
- Created table A

SolutionB:
- Created table B
- Added table A as a lookup column to table B

When I try to import SolutionA as managed solution to another environment, I get the following error:

Why is there a dependency to TableB?
How should you resolve this? Of course I could add table B to SolutionA, but this can't be the idea of the solution concept right?