Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/facebook/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Playframework 游戏中的依赖关系管理_Playframework - Fatal编程技术网

Playframework 游戏中的依赖关系管理

Playframework 游戏中的依赖关系管理,playframework,Playframework,这在我的.yml文件中 require: - play -> crud - org.jasypt -> jasypt 1.8 运行播放依赖项并收到此消息 ~ WARNING: These dependencies are missing, your application may not work properl y (use --verbose for details), ~ ~ javax.security->jacc 1.0:

这在我的.yml文件中

require: 
    - play -> crud 
    - org.jasypt -> jasypt 1.8 
运行播放依赖项并收到此消息

~ WARNING: These dependencies are missing, your application may not 
work properl 
y (use --verbose for details), 
~ 
~       javax.security->jacc 1.0: missing artifact 
~       javax.inject->com.springsource.javax.inject 0.9.0.PFD 
~       org.springframework.security3->spring-security-core 
3.0.0.RELEASE 
~       org.springframework.security3->spring-security-web 
3.0.0.RELEASE 
~       javax.security->jaas 1.0.01: missing artifact 
~       javax.activation->activation 1.0.2: missing artifact 
~ 
***************************************************************************­** 
~ 
~ Some dependencies are still missing. 

如何解决这些问题

在默认存储库中找不到您的依赖项。您可以手动添加一些play可以搜索的存储库:

添加--verbose是否提供了其他信息?