Skip to content

Commit

Permalink
#3627 - Remove LoggedEventFooter
Browse files Browse the repository at this point in the history
- Removed unused depenedencies
  • Loading branch information
reckart committed Dec 11, 2022
1 parent 0564773 commit 7bd2f99
Showing 1 changed file with 5 additions and 25 deletions.
30 changes: 5 additions & 25 deletions inception/inception-websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,31 +50,10 @@
<artifactId>inception-log</artifactId>
</dependency>

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>

<dependency>
<groupId>de.agilecoders.wicket.webjars</groupId>
<artifactId>wicket-webjars</artifactId>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-auth-roles</artifactId>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-spring</artifactId>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-request</artifactId>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-util</artifactId>
Expand All @@ -90,10 +69,6 @@
</exclusions>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
Expand Down Expand Up @@ -136,6 +111,11 @@
<artifactId>slf4j-api</artifactId>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
<artifactId>javax.persistence-api</artifactId>
Expand Down

0 comments on commit 7bd2f99

Please sign in to comment.