Skip to content

Commit

Permalink
update dependencies and libraries license checks
Browse files Browse the repository at this point in the history
Signed-off-by: Karoline Saatkamp <karoline.saatkamp@iaas.uni-stuttgart.de>
  • Loading branch information
saatkamp committed Jun 6, 2018
1 parent fba6bad commit 6a7122c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file modified docs/third-party-content/third-party-libraries.xlsx
Binary file not shown.
10 changes: 10 additions & 0 deletions org.eclipse.winery.repository.rest/pom.xml
Expand Up @@ -129,8 +129,18 @@
<artifactId>jersey-core</artifactId>
<groupId>com.sun.jersey</groupId>
</exclusion>
<exclusion>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.22.0-GA</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-multipart</artifactId>
Expand Down

0 comments on commit 6a7122c

Please sign in to comment.