actframework / act-ebean

The ebean plugin that uses latest ebeanorm and requrie java 8 support
Apache License 2.0
2 stars 1 forks source link

Ebean library conflict #23

Closed greenlaw110 closed 6 years ago

greenlaw110 commented 6 years ago

found on act-ebean-1.6.5. Once packaged, there are conflict versions of ebean libraries:

luog@luog-X510UQR:~/p/TEB/frameworks/Java/act/target/dist$ ll lib | grep ebean
-rw-rw-r-- 1 luog luog  57K May 19 21:25 act-ebean-1.6.5.jar
-rw-rw-r-- 1 luog luog 2.3M May 19 13:48 ebean-11.15.9.jar
-rw-rw-r-- 1 luog luog 2.0M Mar  9 07:23 ebean-8.8.1.jar
-rw-rw-r-- 1 luog luog 292K May 19 13:48 ebean-agent-11.11.1.jar
-rw-rw-r-- 1 luog luog 208K Mar  9 07:23 ebean-agent-8.1.1.jar
-rw-rw-r-- 1 luog luog  35K Mar 11 13:34 ebean-annotation-3.4.jar
-rw-rw-r-- 1 luog luog  41K May 13 06:53 ebean-migration-11.5.4.jar
greenlaw110 commented 6 years ago

Not a problem of act-ebean plugin. It's the issue of app pom.xml which add act-sql-common dependency directly without exclude ebean old version