zhfeng commented on issue #4525:
URL: https://github.com/apache/camel-quarkus/issues/4525#issuecomment-1427031600

   @ppalaga No, `podam` is required by `nitrite` with `compile` scope. I don't 
think our tests depend on it. After go through the codes of `nitrite`, it seems 
that `podam` is used to validated the POJO class during creat the indexing. It 
looks like `podam` will be removed in `nitrite` 4.x but since there is no any 
release, I can not take a check.
   
   ```
   [INFO]    \- org.dizitart:nitrite:jar:3.4.4:compile
   [INFO]       +- com.h2database:h2-mvstore:jar:1.4.200:compile
   [INFO]       +- org.objenesis:objenesis:jar:2.6:compile
   [INFO]       +- 
com.fasterxml.jackson.core:jackson-databind:jar:2.14.1:compile
   [INFO]       |  \- com.fasterxml.jackson.core:jackson-core:jar:2.14.1:compile
   [INFO]       +- 
com.fasterxml.jackson.core:jackson-annotations:jar:2.14.1:compile
   [INFO]       +- org.jasypt:jasypt:jar:1.9.3:compile
   [INFO]       +- com.squareup.okhttp3:okhttp:jar:3.14.9:compile
   [INFO]       |  \- com.squareup.okio:okio:jar:1.17.2:compile
   [INFO]       \- uk.co.jemos.podam:podam:jar:7.2.3.RELEASE:compile
   [INFO]          +- net.jcip:jcip-annotations:jar:1.0:compile
   [INFO]          +- javax.annotation:javax.annotation-api:jar:1.3.2:compile
   [INFO]          \- org.apache.commons:commons-lang3:jar:3.12.0:compile
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to