Skip to content

Commit

Permalink
[ALS-5000] BDC: old version of log4j sitting in a repo (#22)
Browse files Browse the repository at this point in the history
* [ALS-5000] Update maven compiler plugin
Maven compiler plugin has a dependency on log4j.
* [ALS-5000] Remove Search Prototype UI
The search prototype UI is not used and has a number of dependencies on projects with vulnerabilities.
  • Loading branch information
Gcolon021 authored and JamesPeck committed Nov 28, 2023
1 parent 540a913 commit 1ad6dc3
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 967 deletions.
99 changes: 2 additions & 97 deletions tagging/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>edu.harvard.hms.dbmi.avillach.hpds</groupId>
Expand Down Expand Up @@ -64,86 +63,6 @@
<artifactId>jsoup</artifactId>
<version>1.13.1</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>underscorejs</artifactId>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery</artifactId>
<version>3.5.1</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<version>4.6.0</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>font-awesome</artifactId>
<version>5.15.2</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>popper.js</artifactId>
<version>2.5.4</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>backbonejs</artifactId>
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>handlebars</artifactId>
<version>4.0.5</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap-modal</artifactId>
<version>2.2.5</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>requirejs</artifactId>
<version>2.3.5</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>requirejs-text</artifactId>
<version>2.0.15</version>
</dependency>
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>noty</artifactId>
<version>3.1.4</version>
</dependency>
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>devbridge-autocomplete</artifactId>
<version>1.4.7</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap-treeview</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>auth0.js</artifactId>
<version>9.2.3</version>
</dependency>
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>auth0-lock</artifactId>
<version>11.2.3</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jstree</artifactId>
<version>3.3.7</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand Down Expand Up @@ -188,7 +107,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>3.11.0</version>
<configuration>
<release>11</release>
</configuration>
Expand Down Expand Up @@ -239,20 +158,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
<executions>
<execution>
<id>unpack-dependencies</id>
<phase>generate-sources</phase>
<goals>
<goal>unpack-dependencies</goal>
</goals>
<configuration>
<outputDirectory>${project.build.directory}/webjars</outputDirectory>
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
Expand Down
2 changes: 0 additions & 2 deletions tagging/src/main/webapp/META-INF/context.xml

This file was deleted.

6 changes: 0 additions & 6 deletions tagging/src/main/webapp/common/startup.js

This file was deleted.

132 changes: 0 additions & 132 deletions tagging/src/main/webapp/index.html

This file was deleted.

28 changes: 0 additions & 28 deletions tagging/src/main/webapp/main.js

This file was deleted.

87 changes: 0 additions & 87 deletions tagging/src/main/webapp/search/results.hbs

This file was deleted.

Loading

0 comments on commit 1ad6dc3

Please sign in to comment.