Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
RomuDeuxfois committed Dec 5, 2023
1 parent 85b544a commit 6327408
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 60 deletions.
36 changes: 0 additions & 36 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,41 +273,6 @@ workflows:
branches:
only:
- master
- deploy_demo:
requires:
- build_platform
filters:
branches:
only:
- master
- deploy_reference:
requires:
- build_platform
filters:
branches:
only:
- master
- deploy_lab:
requires:
- build_platform
filters:
branches:
only:
- master
- deploy_testing:
requires:
- build_platform
filters:
branches:
only:
- master
- deploy_production:
requires:
- build_platform
filters:
branches:
only:
- master
- docker_build_platform_rolling:
requires:
- build_frontend
Expand Down Expand Up @@ -339,4 +304,3 @@ workflows:
only: /[0-9]+(\.[0-9]+)+(\.[0-9]+)*/
branches:
ignore: /.*/

18 changes: 5 additions & 13 deletions openex-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
<artifactId>openex-injector-ssh</artifactId>
<version>3.4.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.openex</groupId>
<artifactId>openex-collector-users</artifactId>
<version>3.4.2-SNAPSHOT</version>
</dependency>
</dependencies>
</profile>
</profiles>
Expand Down Expand Up @@ -218,19 +223,6 @@
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,3 @@ public Object getThis() {
}
// endregion
}

3 changes: 1 addition & 2 deletions openex-api/src/test/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spring.quartz.properties.org.quartz.threadPool.threadCount=1
spring.data.rest.basePath=/api

# Database Properties
spring.datasource.url = jdbc:h2:mem:test;DB_CLOSE_ON_EXIT=FALSE
spring.datasource.url = jdbc:h2:mem:test
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.H2Dialect
spring.flyway.enabled=false

Expand Down Expand Up @@ -84,4 +84,3 @@ openex.mail.imap.ssl.trust=*
openex.mail.imap.ssl.enable=true
openex.mail.imap.auth=true
openex.mail.imap.starttls.enable=true

2 changes: 1 addition & 1 deletion openex-injectors
7 changes: 0 additions & 7 deletions openex-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

<properties>
<commons-validator.version>1.7</commons-validator.version>
<lombok.version>1.18.26</lombok.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -62,11 +61,5 @@
<artifactId>commons-validator</artifactId>
<version>${commons-validator.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 6327408

Please sign in to comment.