Skip to content

Commit a097fa1

Browse files
committed
update trexsql
1 parent 414a143 commit a097fa1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,10 @@
565565
<name>repo.ohdsi.org</name>
566566
<url>https://repo.ohdsi.org/nexus/content/groups/public</url>
567567
</repository>
568+
<repository>
569+
<id>jitpack.io</id>
570+
<url>https://jitpack.io</url>
571+
</repository>
568572
</repositories>
569573

570574
<pluginRepositories>
@@ -1247,11 +1251,9 @@
12471251
<artifactId>jackson-datatype-jsr310</artifactId>
12481252
</dependency>
12491253
<dependency>
1250-
<groupId>com.trex</groupId>
1251-
<artifactId>trexsql</artifactId>
1252-
<version>0.1.1</version>
1253-
<scope>system</scope>
1254-
<systemPath>${project.basedir}/lib/trexsql-0.1.1-standalone.jar</systemPath>
1254+
<groupId>com.github.p-hoffmann</groupId>
1255+
<artifactId>trexsql-ext</artifactId>
1256+
<version>0.1.2</version>
12551257
</dependency>
12561258
</dependencies>
12571259

0 commit comments

Comments
 (0)