Skip to content

Commit

Permalink
Update to latest framework
Browse files Browse the repository at this point in the history
  • Loading branch information
amckenzie committed Nov 18, 2020
1 parent efd35cf commit 66d3270
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ before_install:
- ln -sfT ${PWD}/target/travis-settings/settings.xml ${HOME}/.m2/settings.xml
- ln -sfT ${PWD}/target/travis-settings/mvnw mvnw
- ln -sft ${PWD} ${PWD}/target/travis-settings/.mvn
install: "${PWD}/target/travis-settings/java/install.sh -e -q -DexcludeGroupIds=uk.gov.justice.service,uk.gov.justice.services"
install: "${PWD}/target/travis-settings/java/install.sh -e -DexcludeGroupIds=uk.gov.justice.service,uk.gov.justice.services"
script: "${PWD}/target/travis-settings/java/script-install.sh coveralls:report sonar:sonar"
after_success: "${PWD}/target/travis-settings/java/after_success.sh"
notifications:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

import java.util.List;

import javax.enterprise.context.ApplicationScoped;
import javax.enterprise.inject.Default;
import javax.annotation.Priority;
import javax.enterprise.inject.Alternative;
import javax.inject.Inject;

import org.slf4j.Logger;

@Default
@ApplicationScoped
@Alternative
@Priority(1)
public class HardCodedFeatureFetcher implements FeatureFetcher {

private static final Feature HARD_CODED_DISABLED_FEATURE = new Feature(
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<properties>
<cpp.repo.name>cake-shop</cpp.repo.name>

<framework-libraries.version>7.2.0</framework-libraries.version>
<framework.version>7.2.0</framework.version>
<event-store.version>7.2.0</event-store.version>
<framework-libraries.version>7.2.1</framework-libraries.version>
<framework.version>7.2.1</framework.version>
<event-store.version>7.2.1</event-store.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 66d3270

Please sign in to comment.