Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kc change #1062

Merged
merged 18 commits into from
Jun 30, 2021
Prev Previous commit
Next Next commit
Addressing PR
  • Loading branch information
Nolan Tellis committed Jun 30, 2021
commit cc1476fc9308210fb1bc111a38214112ec06cfec
4 changes: 2 additions & 2 deletions Apromore-Core-Components/Apromore-Portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-servlet-filter-adapter</artifactId>
<version>14.0.0</version>
<version>${keycloak.version}</version>
<exclusions>
<exclusion> <!-- declare the exclusion here -->
<groupId>commons-logging</groupId>
Expand All @@ -400,7 +400,7 @@
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-osgi-adapter</artifactId>
<version>14.0.0</version>
<version>${keycloak.version}</version>
</dependency>

</dependencies>
Expand Down
18 changes: 9 additions & 9 deletions core-assemblies/core-features/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,15 @@
<bundle>mvn:ch.qos.cal10n/cal10n-api/0.7.4</bundle>
<bundle>mvn:com.google.guava/guava/${google.guava.version}</bundle>
<bundle>mvn:com.nimbusds/nimbus-jose-jwt/9.7</bundle>
<bundle>mvn:org.keycloak/keycloak-servlet-filter-adapter/14.0.0</bundle>
<bundle>mvn:org.keycloak/keycloak-core/14.0.0</bundle>
<bundle>mvn:org.keycloak/keycloak-common/14.0.0</bundle>
<bundle>mvn:org.keycloak/keycloak-adapter-spi/14.0.0</bundle>
<bundle>mvn:org.keycloak/keycloak-servlet-adapter-spi/14.0.0</bundle>
<bundle>mvn:org.keycloak/keycloak-adapter-core/14.0.0</bundle>
<bundle>mvn:org.keycloak/keycloak-servlet-filter-adapter/14.0.0</bundle>
<bundle>mvn:org.keycloak/keycloak-authz-client/14.0.0</bundle>
<bundle>mvn:org.keycloak/keycloak-osgi-adapter/14.0.0</bundle>
<bundle>mvn:org.keycloak/keycloak-servlet-filter-adapter/12.0.4</bundle>
<bundle>mvn:org.keycloak/keycloak-core/12.0.4</bundle>
<bundle>mvn:org.keycloak/keycloak-common/12.0.4</bundle>
<bundle>mvn:org.keycloak/keycloak-adapter-spi/12.0.4</bundle>
<bundle>mvn:org.keycloak/keycloak-servlet-adapter-spi/12.0.4</bundle>
<bundle>mvn:org.keycloak/keycloak-adapter-core/12.0.4</bundle>
<bundle>mvn:org.keycloak/keycloak-servlet-filter-adapter/12.0.4</bundle>
<bundle>mvn:org.keycloak/keycloak-authz-client/12.0.4</bundle>
<bundle>mvn:org.keycloak/keycloak-osgi-adapter/12.0.4</bundle>

<bundle>mvn:javax.validation/com.springsource.javax.validation/1.0.0.GA</bundle>
<bundle>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.saaj-api-1.3/2.9.0</bundle>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<apromore-cache.version>1.0</apromore-cache.version>
<apromore-database.version>1.0</apromore-database.version>
<apromore-calendar.version>1.0</apromore-calendar.version>
<apromore-storage.version>1.0</apromore-storage.version>
<apromore-storage.version>1.0</apromore-storage.version>

<gemini.blueprint.version>1.0.2.RELEASE</gemini.blueprint.version>
<osgi.version>7.0.0</osgi.version>
Expand Down
4 changes: 2 additions & 2 deletions site.properties
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ portal.menuitemorder.File = Upload,Download,Create data pipeline,Export log as C
contact.email = support@apromore.atlassian.net

# Calendar
calendar.enable = true
calendar.enable = false

# Security
security.publish.enable = false
Expand Down Expand Up @@ -203,7 +203,7 @@ jpa.generateDDL = false

## Liquibase User Mysql
liquibase.jdbc.username = liquibase_user
liquibase.jdbc.password = MAcri
liquibase.jdbc.password = 7fHJV41fpJ

# Cache threshold (Set to 0 to disable)

Expand Down