Skip to content
Snippets Groups Projects
  • dpsutton's avatar
    e5a3827e
    Exclude javax.annotation/javax.annotation-api (#46546) · e5a3827e
    dpsutton authored
    dep is brought in by google cloud
    
    From `clj -X:deps tree :aliases '[:ee :drivers]'`
    
    ```
      . metabase/bigquery-cloud-sdk metabase/modules/drivers/bigquery-cloud-sdk
        . com.google.cloud/google-cloud-bigquery 2.38.1
          . com.google.cloud/google-cloud-core 2.35.0
          [...]
          . javax.annotation/javax.annotation-api 1.3.2
    ```
    
    Before this change:
    
    ```
    ❯ clj -X:deps tree :aliases '[:ee :drivers]' | grep 'javax.annotation/javax.annotation-api'
          . javax.annotation/javax.annotation-api 1.3.2
    ```
    
    After:
    
    ```
    ❯ clj -X:deps tree :aliases '[:ee :drivers]' > deps-master
    
    ❯ echo $?
    0
    ```
    Exclude javax.annotation/javax.annotation-api (#46546)
    dpsutton authored
    dep is brought in by google cloud
    
    From `clj -X:deps tree :aliases '[:ee :drivers]'`
    
    ```
      . metabase/bigquery-cloud-sdk metabase/modules/drivers/bigquery-cloud-sdk
        . com.google.cloud/google-cloud-bigquery 2.38.1
          . com.google.cloud/google-cloud-core 2.35.0
          [...]
          . javax.annotation/javax.annotation-api 1.3.2
    ```
    
    Before this change:
    
    ```
    ❯ clj -X:deps tree :aliases '[:ee :drivers]' | grep 'javax.annotation/javax.annotation-api'
          . javax.annotation/javax.annotation-api 1.3.2
    ```
    
    After:
    
    ```
    ❯ clj -X:deps tree :aliases '[:ee :drivers]' > deps-master
    
    ❯ echo $?
    0
    ```
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
deps.edn 761 B