Skip to content

Commit 8262497

Browse files
committed
move openbis to the very bottom of the bom
1 parent 743cf33 commit 8262497

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

datamanager-bom/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,7 @@
128128

129129

130130
<!-- Third-party pins (or import their BOMs instead) -->
131-
<dependency>
132-
<groupId>life.qbic</groupId>
133-
<artifactId>openbis-api</artifactId>
134-
<version>20.10.7.3</version>
135-
<classifier>r1700646105</classifier>
136-
<scope>compile</scope>
137-
</dependency>
131+
138132

139133
<dependency>
140134
<groupId>com.vaadin</groupId>
@@ -213,7 +207,13 @@
213207
<!-- <version>8.6.0</version>-->
214208
<!-- <scope>compile</scope>-->
215209
<!-- </dependency>-->
216-
210+
<dependency>
211+
<groupId>life.qbic</groupId>
212+
<artifactId>openbis-api</artifactId>
213+
<version>20.10.7.3</version>
214+
<classifier>r1700646105</classifier>
215+
<scope>compile</scope>
216+
</dependency>
217217

218218
</dependencies>
219219
</dependencyManagement>

0 commit comments

Comments
 (0)