Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maven 依赖找不到 #43

Closed
GreedyPirate opened this issue Oct 8, 2019 · 8 comments
Closed

maven 依赖找不到 #43

GreedyPirate opened this issue Oct 8, 2019 · 8 comments

Comments

@GreedyPirate
Copy link

        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>javax.servlet</artifactId>
            <version>${javax.servlet-version}</version>
            <scope>provided</scope>
        </dependency>

编译dal-client时,如上依赖在maven中央仓库找不到,版本号为3.0.0.v201103241009,是携程内部版本吗

@wangyenan
Copy link
Contributor

@GreedyPirate
Copy link
Author

@wangyenan 找到了这个依赖,编译出来的dal-client是1.18.1版本,但是编译dao-gen-core却依赖dal-client的2.0.0版本,请确认下你们的模块依赖版本,应该以哪一个为准

@wangyenan
Copy link
Contributor

@ctchentao 请看下这个问题,dao-gen-core中用到的dal-client版本没有同步到github上。

@ctchentao
Copy link
Contributor

dao-gen-core中用到的dal-client版本已经回退了,依赖dal-client是1.18.0版本,请以这个为准

@hejiehui
Copy link
Collaborator

hejiehui commented Oct 9, 2019

如果版本发布的话,麻烦把release note的wiki和功能相关的wiki也更新一下,这样大家比较方便知道都提供了哪些功能

@GreedyPirate
Copy link
Author

dao-gen-core中用到的dal-client版本已经回退了,依赖dal-client是1.18.0版本,请以这个为准

如你所说,我更新了远程代码,dao-gen-core中dal-client版本改为了1.18.0,但是dal-client模块的版本是1.18.1, 所以依赖仍然找不到,希望你能在本地编译一次,编译成功后再发布代码,减少大家的部署成本

@ctchentao
Copy link
Contributor

dao-gen-core中用到的dal-client版本已经回退了,依赖dal-client是1.18.0版本,请以这个为准

如你所说,我更新了远程代码,dao-gen-core中dal-client版本改为了1.18.0,但是dal-client模块的版本是1.18.1, 所以依赖仍然找不到,希望你能在本地编译一次,编译成功后再发布代码,减少大家的部署成本

我们最近会发一个新版本,我们会规范下,感谢提醒

@cnodin
Copy link

cnodin commented Nov 26, 2019

拉下代码还是编译会报错哦。请问新版本啥时候出来呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants