Skip to content

Commit

Permalink
Change problematic license dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
viktigpetterr committed Jan 2, 2023
1 parent 4a88943 commit 1e31958
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ target/
.idea/
.debricked-maven-dependencies.tgf
web/public/
web/app/node_modules
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
<version>3.4.11</version>
</dependency>
<dependency>
<groupId>io.nextflow</groupId>
<artifactId>nxf-extrae</artifactId>
<version>0.21.3</version>
</dependency>
<groupId>org.kitchen-eel</groupId>
<artifactId>json-schema-validator</artifactId>
<version>1.5.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
Expand Down

0 comments on commit 1e31958

Please sign in to comment.