playframework - How to include a 'provided' dependency in Play! framework 1.x -


we using play! framework 1.x , it's dependency management mechanism.

after reading through documentation , googling around, still have no clue how (or whether possible) reference provided dependency dependencies.yml, provided means though app dependent on library compilation, should not included in app's lib folder because library provided @ run-time environment (application server, java etc). common example of such library java servlet api, included tomcat.

see maven's definition of provided scope.

does know whether possible , if so, how it?

i misread question first time. best way found kind of thing create deploy script deletes excess jar files lib folder. not particularly pretty, did job. (in case, pruning libs did not use , thereby increase spin-up time on google app engine)


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -