| include_defs('//lib/maven.defs') |
| |
| VERSION = '9.2.14.v20151106' |
| EXCLUDE = ['about.html'] |
| |
| maven_jar( |
| name = 'servlet', |
| id = 'org.eclipse.jetty:jetty-servlet:' + VERSION, |
| sha1 = '3a2cd4d8351a38c5d60e0eee010fee11d87483ef', |
| license = 'Apache2.0', |
| deps = [':security'], |
| exclude = EXCLUDE, |
| ) |
| |
| maven_jar( |
| name = 'security', |
| id = 'org.eclipse.jetty:jetty-security:' + VERSION, |
| sha1 = '2d36974323fcb31e54745c1527b996990835db67', |
| license = 'Apache2.0', |
| deps = [':server'], |
| exclude = EXCLUDE, |
| visibility = [], |
| ) |
| |
| maven_jar( |
| name = 'servlets', |
| id = 'org.eclipse.jetty:jetty-servlets:' + VERSION, |
| sha1 = 'a75c78a0ee544073457ca5ee9db20fdc6ed55225', |
| license = 'Apache2.0', |
| exclude = EXCLUDE, |
| visibility = [ |
| '//tools/eclipse:classpath', |
| '//gerrit-gwtdebug:gwtdebug', |
| ], |
| ) |
| |
| maven_jar( |
| name = 'server', |
| id = 'org.eclipse.jetty:jetty-server:' + VERSION, |
| sha1 = '70b22c1353e884accf6300093362b25993dac0f5', |
| license = 'Apache2.0', |
| exported_deps = [ |
| ':continuation', |
| ':http', |
| ], |
| exclude = EXCLUDE, |
| ) |
| |
| maven_jar( |
| name = 'jmx', |
| id = 'org.eclipse.jetty:jetty-jmx:' + VERSION, |
| sha1 = '617edc5e966b4149737811ef8b289cd94b831bab', |
| license = 'Apache2.0', |
| exported_deps = [ |
| ':continuation', |
| ':http', |
| ], |
| exclude = EXCLUDE, |
| ) |
| |
| maven_jar( |
| name = 'continuation', |
| id = 'org.eclipse.jetty:jetty-continuation:' + VERSION, |
| sha1 = '8909d62fd7e28351e2da30de6fb4105539b949c0', |
| license = 'Apache2.0', |
| exclude = EXCLUDE, |
| ) |
| |
| maven_jar( |
| name = 'http', |
| id = 'org.eclipse.jetty:jetty-http:' + VERSION, |
| sha1 = '699ad1f2fa6fb0717e1b308a8c9e1b8c69d81ef6', |
| license = 'Apache2.0', |
| exported_deps = [':io'], |
| exclude = EXCLUDE, |
| ) |
| |
| maven_jar( |
| name = 'io', |
| id = 'org.eclipse.jetty:jetty-io:' + VERSION, |
| sha1 = 'dfa4137371a3f08769820138ca1a2184dacda267', |
| license = 'Apache2.0', |
| exported_deps = [':util'], |
| exclude = EXCLUDE, |
| visibility = [], |
| ) |
| |
| maven_jar( |
| name = 'util', |
| id = 'org.eclipse.jetty:jetty-util:' + VERSION, |
| sha1 = '0057e00b912ae0c35859ac81594a996007706a0b', |
| license = 'Apache2.0', |
| exclude = EXCLUDE, |
| visibility = [], |
| ) |