|
|
@@ -16,7 +16,7 @@
|
|
|
<dependencies>
|
|
|
<!-- <dependency>-->
|
|
|
<!-- <groupId>cn.tr</groupId>-->
|
|
|
-<!-- <artifactId>tr-module-ai</artifactId>-->
|
|
|
+<!-- <artifactId>cn-module-ai</artifactId>-->
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
<dependency>
|
|
|
@@ -26,13 +26,13 @@
|
|
|
|
|
|
<!-- <dependency>-->
|
|
|
<!-- <groupId>cn.tr</groupId>-->
|
|
|
-<!-- <artifactId>tr-module-jgliu</artifactId>-->
|
|
|
+<!-- <artifactId>cn-module-jgliu</artifactId>-->
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
|
|
|
<!-- <dependency>-->
|
|
|
<!-- <groupId>cn.tr</groupId>-->
|
|
|
-<!-- <artifactId>tr-module-platform</artifactId>-->
|
|
|
+<!-- <artifactId>cn-module-platform</artifactId>-->
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
<dependency>
|
|
|
@@ -102,6 +102,12 @@
|
|
|
<groupId>org.flywaydb</groupId>
|
|
|
<artifactId>flyway-database-postgresql</artifactId>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>cn.tr</groupId>
|
|
|
+ <artifactId>tr-modules-phototherapy</artifactId>
|
|
|
+ <version>2.0.0</version>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
|