openmsa / etsi-mano

ETSI MANO implementation
GNU General Public License v3.0
2 stars 6 forks source link

Build fails (missing com.ubiqube.mano packages) #59

Open fambon opened 3 years ago

fambon commented 3 years ago
~/dev/openmsa/etsi-mano/MANO-API$ gradle build

Starting a Gradle Daemon (subsequent builds will be faster)
> Task :compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not find com.ubiqube.mano:tosca-vnfd-class:0.1.0-SNAPSHOT.
     Required by:
         project :
   > Could not find com.ubiqube.mano:tosca-nsd-class:0.1.0-SNAPSHOT.
     Required by:
         project :
   > Could not find com.ubiqube.mano:mano-pkg-tosca:0.0.1-SNAPSHOT.
     Required by:
         project :
   > Could not find com.ubiqube.mano:mano-vim-openstack:0.0.1-SNAPSHOT.
     Required by:
         project :
   > Could not find com.ubiqube.mano:nfvo-core:0.0.1-SNAPSHOT.
     Required by:
         project :
   > Could not find com.ubiqube.mano:etsi-nfvo-261:1.0-SNAPSHOT.
     Required by:
         project :
   > Could not find com.ubiqube.mano:etsi-vnfm-261:1.0-SNAPSHOT.
     Required by:
         project :
fambon commented 3 years ago