I am wondering if we should deprecate whatever features have these dependencies if they are not under source control?
Makes me really nervous to have them this way.  Thoughts?


On 7/6/15 8:31 PM, Ian Maxon wrote:
While converting our classpath from edu.uci.ics to org.apache, I came
across a few artifacts that we depend on in maven, and that are from
us, but are not part of our normal source repository and are only
depended on as binary artifacts. Does anyone have any insight on where
the repositories for these artifacts may be, and what we might do
about getting them better integrated into the system (or depending on
something else?)

   <groupId>edu.uci.ics.dcache</groupId>
   <artifactId>dcache-client</artifactId>
   <version>0.0.1</version>
   <scope>compile</scope>

<groupId>edu.uci.ics.fuzzyjoin</groupId>
<artifactId>fuzzyjoin-core</artifactId>
<version>0.0.3</version>
<scope>compile</scope>


Thanks,
-Ian

Reply via email to