Skip to content

Commit

Permalink
Merge pull request #3628 from inception-project/refactoring/3627-Remo…
Browse files Browse the repository at this point in the history
…ve-LoggedEventFooter

#3627 - Remove LoggedEventFooter
  • Loading branch information
reckart authored Dec 11, 2022
2 parents e15affb + 2f02f3a commit ebef7e9
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2,774 deletions.
32 changes: 0 additions & 32 deletions inception/inception-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-spring</artifactId>
</dependency>
<dependency>
<groupId>de.agilecoders.wicket.webjars</groupId>
<artifactId>wicket-webjars</artifactId>
</dependency>
<dependency>
<groupId>com.googlecode.wicket-jquery-ui</groupId>
<artifactId>wicket-jquery-ui</artifactId>
Expand Down Expand Up @@ -142,17 +138,6 @@
<artifactId>jdk-serializable-functional</artifactId>
</dependency>

<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>vue</artifactId>
<version>3.0.5</version>
</dependency>
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>dayjs</artifactId>
<version>1.9.6</version>
</dependency>

<!-- Database dependencies -->
<dependency>
<groupId>org.hibernate</groupId>
Expand Down Expand Up @@ -218,20 +203,6 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<usedDependencies>
<!--
- Maven doesn't detect the the webjar dependencies because there is
- no actual code dependency
-->
<usedDependency>org.webjars.npm:vue</usedDependency>
<usedDependency>org.webjars.npm:dayjs</usedDependency>
</usedDependencies>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
Expand All @@ -242,9 +213,6 @@
<excludes combine.children="append">
<!-- Trivial template file which a license header would bloat too much-->
<exclude>src/main/java/de/tudarmstadt/ukp/clarin/webanno/support/wicket/input/remove-input-behavior.js</exclude>
<!-- These upstream files do not contain license headers -->
<exclude>src/main/java/de/tudarmstadt/ukp/inception/support/vue/vue3-sfc-loader.min.js</exclude>
<exclude>src/main/java/de/tudarmstadt/ukp/inception/support/vue/vue3-sfc-loader.min.js.map</exclude>
<!-- Apache License without header -->
<exclude>src/main/java/de/tudarmstadt/ukp/clarin/webanno/support/sass/*.java</exclude>
<!-- MIT License -->
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ebef7e9

Please sign in to comment.