|
38 | 38 | <groupId>org.gwtproject</groupId> |
39 | 39 | <artifactId>gwt-user</artifactId> |
40 | 40 | <version>${gwt.version}</version> |
| 41 | + <scope>provided</scope> |
| 42 | + <exclusions> |
| 43 | + <exclusion> |
| 44 | + <groupId>org.eclipse.jetty</groupId> |
| 45 | + <artifactId>apache-jsp</artifactId> |
| 46 | + </exclusion> |
| 47 | + <exclusion> |
| 48 | + <groupId>org.eclipse.jetty.websocket</groupId> |
| 49 | + <artifactId>websocket-client</artifactId> |
| 50 | + </exclusion> |
| 51 | + <exclusion> |
| 52 | + <groupId>org.eclipse.jetty</groupId> |
| 53 | + <artifactId>jetty-webapp</artifactId> |
| 54 | + </exclusion> |
| 55 | + <exclusion> |
| 56 | + <groupId>org.eclipse.jetty</groupId> |
| 57 | + <artifactId>jetty-servlet</artifactId> |
| 58 | + </exclusion> |
| 59 | + <exclusion> |
| 60 | + <groupId>org.eclipse.jetty</groupId> |
| 61 | + <artifactId>jetty-servlets</artifactId> |
| 62 | + </exclusion> |
| 63 | + <exclusion> |
| 64 | + <groupId>org.eclipse.jetty</groupId> |
| 65 | + <artifactId>jetty-annotations</artifactId> |
| 66 | + </exclusion> |
| 67 | + </exclusions> |
41 | 68 | </dependency> |
42 | 69 | <dependency> |
43 | 70 | <groupId>org.gwtproject</groupId> |
|
76 | 103 | <dependency> |
77 | 104 | <groupId>org.eclipse.jetty</groupId> |
78 | 105 | <artifactId>jetty-servlets</artifactId> |
79 | | - <version>${jetty.version}</version> |
80 | 106 | </dependency> |
81 | 107 | <dependency> |
82 | 108 | <groupId>org.eclipse.jetty</groupId> |
83 | 109 | <artifactId>jetty-servlet</artifactId> |
84 | | - <version>${jetty.version}</version> |
85 | 110 | </dependency> |
86 | 111 | <dependency> |
87 | 112 | <groupId>org.eclipse.jetty</groupId> |
88 | 113 | <artifactId>jetty-server</artifactId> |
89 | | - <version>${jetty.version}</version> |
90 | 114 | </dependency> |
91 | 115 | <dependency> |
92 | 116 | <groupId>org.eclipse.jetty</groupId> |
93 | 117 | <artifactId>jetty-http</artifactId> |
94 | | - <version>${jetty.version}</version> |
95 | 118 | </dependency> |
96 | 119 | </dependencies> |
97 | 120 | </dependencyManagement> |
|
0 commit comments