it2l / italk2learn

iTalk2Learn platform
GNU Affero General Public License v3.0
0 stars 1 forks source link

Can't find two sub projects #1

Open pennymax opened 8 years ago

pennymax commented 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>
fernandezgom commented 8 years ago

Those dependencies require talking to the Machine Learning Department from Hildesheim. The code is not public. Contact: schatten@ismll.de

HIH