JAMES-2481 update openjpa version in startup.sh
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/e86b5ae8 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/e86b5ae8 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/e86b5ae8 Branch: refs/heads/master Commit: e86b5ae884de64b76229842373130e9a0a336dcf Parents: 2f3aaae Author: duc <[email protected]> Authored: Thu Jul 26 10:17:37 2018 +0700 Committer: benwa <[email protected]> Committed: Thu Jul 26 13:51:07 2018 +0700 ---------------------------------------------------------------------- dockerfiles/run/guice/provisioned/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/e86b5ae8/dockerfiles/run/guice/provisioned/startup.sh ---------------------------------------------------------------------- diff --git a/dockerfiles/run/guice/provisioned/startup.sh b/dockerfiles/run/guice/provisioned/startup.sh index 83daaec..4ad5d37 100644 --- a/dockerfiles/run/guice/provisioned/startup.sh +++ b/dockerfiles/run/guice/provisioned/startup.sh @@ -2,4 +2,4 @@ wait-for-it.sh --host=localhost --port=9999 --strict --timeout=0 -- ./initialdata.sh & -java -classpath '/root/james-server.jar:/root/james-server-jpa-guice.lib/*' -javaagent:/root/james-server-cli.lib/openjpa-2.4.2.jar -Dlogback.configurationFile=/root/conf/logback.xml -Dworking.directory=/root/ org.apache.james.JPAJamesServerMain \ No newline at end of file +java -classpath '/root/james-server.jar:/root/james-server-jpa-guice.lib/*' -javaagent:/root/james-server-cli.lib/openjpa-3.0.0.jar -Dlogback.configurationFile=/root/conf/logback.xml -Dworking.directory=/root/ org.apache.james.JPAJamesServerMain \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
