Skip to content

Commit 427fa8c

Browse files
ahornaceVladimir Kotal
authored andcommitted
Add comment that npm transitive dependencies are not needed
1 parent 80df504 commit 427fa8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opengrok-web/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
124124
<groupId>org.webjars.npm</groupId>
125125
<artifactId>showdown</artifactId>
126126
<version>1.9.1</version>
127+
<!-- dependencies not required -->
127128
<exclusions>
128129
<exclusion>
129130
<groupId>*</groupId>
@@ -135,6 +136,7 @@ Portions Copyright (c) 2018, 2020, Chris Fraire <[email protected]>.
135136
<groupId>org.webjars.npm</groupId>
136137
<artifactId>tablesorter</artifactId>
137138
<version>2.31.3</version>
139+
<!-- dependencies not required -->
138140
<exclusions>
139141
<exclusion>
140142
<groupId>*</groupId>

0 commit comments

Comments
 (0)