brushworth commented on a change in pull request #315: URL: https://github.com/apache/rya/pull/315#discussion_r452128149
########## File path: extras/rya.export/export.accumulo/src/main/java/org/apache/rya/export/api/conf/AccumuloMergeConfiguration.java ########## @@ -18,7 +18,7 @@ */ package org.apache.rya.export.api.conf; -import org.apache.http.annotation.Immutable; +import jdk.nashorn.internal.ir.annotations.Immutable; Review comment: The old annotation disappeared from the available dependencies. My IDE suggested I replace it with the one above, so I did. It didn't break anything so I moved on. Doing a bit more research now, it looks like this was a bad choice. I'll go back and investigate why the org.apache.http.annotation package is no longer available. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org