Skip to content

Commit 056a1c6

Browse files
Tobianasihrasko
authored andcommitted
Do not override odlparent managed versions
We have some dependencies we usually bump according to odlparent. Assuming they are managed by ODL we do not need to manage them in lighty.io as well. JIRA: LIGHTY-427 Signed-off-by: tobias.pobocik <tobias.pobocik@pantheon.tech> (cherry picked from commit eeab1a3)
1 parent 1a85491 commit 056a1c6

File tree

1 file changed

+0
-28
lines changed
  • lighty-core/dependency-versions

1 file changed

+0
-28
lines changed

lighty-core/dependency-versions/pom.xml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -121,34 +121,6 @@
121121
<version>1.5.3</version>
122122
<scope>test</scope>
123123
</dependency>
124-
<dependency>
125-
<groupId>org.fusesource.leveldbjni</groupId>
126-
<artifactId>leveldbjni-all</artifactId>
127-
<version>1.8</version>
128-
</dependency>
129-
<dependency>
130-
<groupId>com.github.spotbugs</groupId>
131-
<artifactId>spotbugs-annotations</artifactId>
132-
<version>4.8.6</version>
133-
<scope>provided</scope>
134-
</dependency>
135-
<dependency>
136-
<groupId>org.junit</groupId>
137-
<artifactId>junit-bom</artifactId>
138-
<version>5.14.1</version>
139-
<type>pom</type>
140-
<scope>import</scope>
141-
</dependency>
142-
<dependency>
143-
<groupId>org.apache.commons</groupId>
144-
<artifactId>commons-lang3</artifactId>
145-
<version>3.20.0</version>
146-
</dependency>
147-
<dependency>
148-
<groupId>commons-io</groupId>
149-
<artifactId>commons-io</artifactId>
150-
<version>2.21.0</version>
151-
</dependency>
152124
<dependency>
153125
<groupId>org.awaitility</groupId>
154126
<artifactId>awaitility</artifactId>

0 commit comments

Comments
 (0)