### 51.2 실제 app-bootstrap consumer rule은 별도 allowlist를 다시 가진다

`CleanArchitectureTest.BOOTSTRAP_USES_ONLY_THE_PERSISTENCE_EXPORT_SURFACE`는 또 다른 `EXPORTED` set을 정의한다.

여기에는 root composition이 vendor entry point를 import해야 하므로:

- postgresql
- h2

까지 추가돼 있다.

즉 두 목록은 이미 동일하지 않다.

### 51.3 leaf list 자체는 outside consumer를 검사하지 않는다

