inca / circumflex

[UNMAINTAINED] Circumflex — lightweight Scala-based Web application framework and ORM
http://circumflex.ru
Other
164 stars 35 forks source link

exclude jetty from maven dependencies for circumflex-web module #66

Closed sluramod closed 13 years ago

sluramod commented 13 years ago

servlet-api should have a scope of IMO, and jetty dependencies should be marked as optional. Otherwise I need to exclude them from each of my projects

inca commented 13 years ago

Sure, I'll mark Jetty artifacts as optional. Thanks.

inca commented 13 years ago

Fixed in 2.0.1: 0249688e97f91d7ada02735b2d79c20df9e6c7b5

inca commented 13 years ago

Unfortunately, my changes broke many builds for people who use MockServer and StandaloneServer. I have no other choices than leaving Jetty artifacts in place. If you do not need any of them, you'll have to exclude these artifacts manually.