You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys, I am a programmer for Glodon (In 2022 Spring, I interned at Tencent TEG 数平 and participated in the development of Apache inlong ), and Use InLong solved many problems in my company. But now I found a problem. As an outer programmer, I got a compile error when I built apache-inlong project "com.sleepycat.je version 7.3.7 not found". I went to the maven repository to search this repository and found that com.seepycat.je:7.3.7 does not exist (see image below). I am not sure this dependency exists in Tencent's private repository, anymore it's a bug for all external developers because apache-inlong is an open-source project.
What you expected to happen
I changed [com.seepycat.je]'s version to 18.3.12, this problem has been resolved, and the overall process are correct.
How to reproduce
Just compile apache-inlong, mvn clean compile install -DskipTests -T10
What happened
Hello guys, I am a programmer for Glodon (In 2022 Spring, I interned at Tencent TEG 数平 and participated in the development of Apache inlong ), and Use InLong solved many problems in my company. But now I found a problem. As an outer programmer, I got a compile error when I built
![image](https://private-user-images.githubusercontent.com/28130163/328140599-08f49f92-21e2-4e9b-9ee5-0cd51dafb188.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3NTQ1NTYsIm5iZiI6MTczOTc1NDI1NiwicGF0aCI6Ii8yODEzMDE2My8zMjgxNDA1OTktMDhmNDlmOTItMjFlMi00ZTliLTllZTUtMGNkNTFkYWZiMTg4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE3VDAxMDQxNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVlNjkwNDgzM2U5NTgxYTg4ZmI2MDU5Y2E5MmNkYjlmYWNiYmE3YWNkMGJmZDZmMzBjYzIzYmNhYzkwYWI5MWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.zjXmkhjj4Z1-XmjKxpsz1nS4dC8W84Z3LYvf12Dgphs)
apache-inlong
project "com.sleepycat.je version 7.3.7 not found". I went to the maven repository to search this repository and found that com.seepycat.je:7.3.7 does not exist (see image below). I am not sure this dependency exists in Tencent's private repository, anymore it's a bug for all external developers because apache-inlong is an open-source project.What you expected to happen
I changed [com.seepycat.je]'s version to 18.3.12, this problem has been resolved, and the overall process are correct.
How to reproduce
Just compile apache-inlong,
mvn clean compile install -DskipTests -T10
Environment
MacOS 14.4.1
InLong version
master
InLong Component
InLong TubeMQ
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: