Skip to content

Commit

Permalink
deps: remove jetty-server
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti committed Nov 10, 2023
1 parent ce582e1 commit c1c18e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
<jboss-logging.version>3.5.2.Final</jboss-logging.version>
<jedis.version>4.4.3</jedis.version>
<jersey.version>3.1.3</jersey.version>
<jetty.version>12.0.3</jetty.version>
<jgrapht.version>1.5.1</jgrapht.version>
<jsrosbridge.version>0.2.0</jsrosbridge.version>
<jjwt.version>0.11.2</jjwt.version>
Expand Down Expand Up @@ -535,12 +534,6 @@
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>${jetty.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions streampipes-extensions-management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@
<artifactId>wiremock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jayway.restassured</groupId>
<artifactId>rest-assured</artifactId>
Expand Down

0 comments on commit c1c18e1

Please sign in to comment.