Skip to content

Commit

Permalink
Migrate Store Loader (except db tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Jun 22, 2024
1 parent 7ff3284 commit 5679e2c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<module>tdrules-store-rdb</module>
<module>tdrules-client-rdb</module>
<module>tdrules-client-oa</module>
<module>tdrules-store-loader</module>
</modules>

<dependencyManagement>
Expand Down Expand Up @@ -70,6 +71,11 @@
<artifactId>httpclient</artifactId>
<version>${httpclient4-version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
</dependency>
<!-- otras dependencias -->
<dependency>
<groupId>io.swagger.parser.v3</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.projectName=tdrules
sonar.organization=giis
sonar.projectVersion=1.0
sonar.java.source=1.8
sonar.modules=tdrules-model,tdrules-client,tdrules-store-shared,tdrules-store-rdb,tdrules-client-rdb,tdrules-client-oa
sonar.modules=tdrules-model,tdrules-client,tdrules-store-shared,tdrules-store-rdb,tdrules-client-rdb,tdrules-client-oa,tdrules-store-loader
sonar.sources=src/main/java
sonar.sourceEncoding=UTF-8
sonar.tests=src/test/java
Expand Down
5 changes: 5 additions & 0 deletions tdrules-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
<artifactId>tdrules-client-oa</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.github.giis-uniovi</groupId>
<artifactId>tdrules-store-loader</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 5679e2c

Please sign in to comment.