Skip to content

Commit

Permalink
Move versioning of additional dependencies to top pom
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Apr 4, 2023
1 parent ca25647 commit 356496b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conditions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.26</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.25.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,16 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.26</version>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.25.2</version>
</dependency>
<!-- lcsim deps below here -->
<dependency>
<groupId>org.lcsim</groupId>
Expand Down

0 comments on commit 356496b

Please sign in to comment.