Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a8aabea

Browse files
added oddgen dependency (provided)
to be used only via generators implementing the OddgenGenerator2 interface. Ensure that installation of oddgen is and stays optional
1 parent 9c17467 commit a8aabea

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

sqldev/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,12 @@
157157
<artifactId>spring-jdbc</artifactId>
158158
<version>5.1.0.RELEASE</version>
159159
</dependency>
160+
<dependency>
161+
<groupId>org.oddgen</groupId>
162+
<artifactId>org.oddgen.sqldev</artifactId>
163+
<version>0.3.0</version>
164+
<scope>provided</scope>
165+
</dependency>
160166
<dependency>
161167
<groupId>junit</groupId>
162168
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)