Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NatalyaDalid committed May 18, 2020
2 parents e5aa5b3 + 3934d42 commit d5855b9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pom.xml
Expand Up @@ -148,6 +148,25 @@
</modules>

<dependencies>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.0.1.RELEASE</version>
</dependency>

<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.4-dev-2</version>
</dependency>

<!-- sample dependency to scan for vulnerabilities -->
<dependency>
<groupId>struts</groupId>
<artifactId>struts</artifactId>
<version>1.2.9</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand Down

0 comments on commit d5855b9

Please sign in to comment.