Skip to content

Commit eeab1a3

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>
1 parent 50c8527 commit eeab1a3

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
@@ -130,34 +130,6 @@
130130
<version>1.5.3</version>
131131
<scope>test</scope>
132132
</dependency>
133-
<dependency>
134-
<groupId>org.fusesource.leveldbjni</groupId>
135-
<artifactId>leveldbjni-all</artifactId>
136-
<version>1.8</version>
137-
</dependency>
138-
<dependency>
139-
<groupId>com.github.spotbugs</groupId>
140-
<artifactId>spotbugs-annotations</artifactId>
141-
<version>4.8.6</version>
142-
<scope>provided</scope>
143-
</dependency>
144-
<dependency>
145-
<groupId>org.junit</groupId>
146-
<artifactId>junit-bom</artifactId>
147-
<version>5.14.1</version>
148-
<type>pom</type>
149-
<scope>import</scope>
150-
</dependency>
151-
<dependency>
152-
<groupId>org.apache.commons</groupId>
153-
<artifactId>commons-lang3</artifactId>
154-
<version>3.20.0</version>
155-
</dependency>
156-
<dependency>
157-
<groupId>commons-io</groupId>
158-
<artifactId>commons-io</artifactId>
159-
<version>2.21.0</version>
160-
</dependency>
161133
<dependency>
162134
<groupId>org.awaitility</groupId>
163135
<artifactId>awaitility</artifactId>

0 commit comments

Comments
 (0)