Open pennymax opened 8 years ago
I'm trying to build this project. But it failed due to lacking of below two sub-projects. I can't find them both from Maven repository or local. Could you suggest the way to fix? Thanks
<dependency> <groupId>com.platform.main</groupId> <artifactId>it2l-perceive-difficulty-task</artifactId> <version>0.0.1-SNAPSHOT</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>com.platform.main</groupId> <artifactId>it2l-sequencer</artifactId> <version>0.0.1-SNAPSHOT</version> <type>jar</type> <scope>compile</scope> </dependency>
Those dependencies require talking to the Machine Learning Department from Hildesheim. The code is not public. Contact: schatten@ismll.de
HIH
I'm trying to build this project. But it failed due to lacking of below two sub-projects. I can't find them both from Maven repository or local. Could you suggest the way to fix? Thanks