diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aa6580ca1..11b5712df 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,6 @@ updates: # TODO not sure if dependabot will recognize non-standard pom file names? - package-ecosystem: maven - directory: /tck-dist/src/main/starter/ + directory: /tck-dist/src/main/ schedule: interval: daily \ No newline at end of file diff --git a/tck-dist/src/main/pom.xml b/tck-dist/src/main/pom.xml new file mode 100644 index 000000000..68bee5fa2 --- /dev/null +++ b/tck-dist/src/main/pom.xml @@ -0,0 +1,37 @@ + + + + + 4.0.0 + + + + jakarta.data + data-tck-aggregator + 1.0-SNAPSHOT + + + starter/ee-pom.xml + starter/se-pom.xml + + + \ No newline at end of file