Skip to content

Commit 38c8bd0

Browse files
fix(JWT-4535): more jetty definitions
1 parent 651371f commit 38c8bd0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

bom/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<exclusion>
5252
<groupId>org.eclipse.jetty</groupId>
5353
<artifactId>jetty-webapp</artifactId>
54-
</exclusion>
54+
</exclusion>
5555
<exclusion>
5656
<groupId>org.eclipse.jetty</groupId>
5757
<artifactId>jetty-servlet</artifactId>
@@ -103,18 +103,22 @@
103103
<dependency>
104104
<groupId>org.eclipse.jetty</groupId>
105105
<artifactId>jetty-servlets</artifactId>
106+
<version>${jetty.version}</version>
106107
</dependency>
107108
<dependency>
108109
<groupId>org.eclipse.jetty</groupId>
109110
<artifactId>jetty-servlet</artifactId>
111+
<version>${jetty.version}</version>
110112
</dependency>
111113
<dependency>
112114
<groupId>org.eclipse.jetty</groupId>
113115
<artifactId>jetty-server</artifactId>
116+
<version>${jetty.version}</version>
114117
</dependency>
115118
<dependency>
116119
<groupId>org.eclipse.jetty</groupId>
117120
<artifactId>jetty-http</artifactId>
121+
<version>${jetty.version}</version>
118122
</dependency>
119123
</dependencies>
120124
</dependencyManagement>

0 commit comments

Comments
 (0)