diff --git a/samples/54.teams-task-module/pom.xml b/samples/54.teams-task-module/pom.xml index ea430758f..f98df3f05 100644 --- a/samples/54.teams-task-module/pom.xml +++ b/samples/54.teams-task-module/pom.xml @@ -88,11 +88,6 @@ json 20190722 - - io.adaptivecards - adaptivecards-android - 1.2.8 - diff --git a/samples/pom.xml b/samples/pom.xml new file mode 100644 index 000000000..411e6aa0a --- /dev/null +++ b/samples/pom.xml @@ -0,0 +1,672 @@ + + + 4.0.0 + + com.microsoft.bot + bot-java + 4.6.0-preview9 + pom + + Microsoft BotBuilder Java SDK Parent + This package contains the parent module of Microsoft BotBuilder Java SDK. + https://github.com/Microsoft/botbuilder-java + + + UTF-8 + true + 1.8 + 1.8 + 1.8 + + 3.14.0 + MyGet + https://botbuilder.myget.org/F/botbuilder-v4-java-daily/maven/ + + + + + MIT License + http://www.opensource.org/licenses/mit-license.php + + + + + + Bot Framework Development + + Microsoft + https://dev.botframework.com/ + + + + + scm:git:https://github.com/Microsoft/botbuilder-java + scm:git:https://github.com/Microsoft/botbuilder-java + https://github.com/Microsoft/botbuilder-java + + + + + build + + true + + + + + src/main/resources + true + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-pmd-plugin + + + + org.jacoco + jacoco-maven-plugin + + + default-prepare-agent + + prepare-agent + + + + default-report + + report + + + + + + + + + + + + + + + + + + + + + + + + + + + + + devops + + + + src/main/resources + true + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-pmd-plugin + + + + org.apache.maven.plugins + maven-javadoc-plugin + + 8 + false + + Licensed under the MIT License. See LICENSE in the project root for license information.]]> + + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.jacoco + jacoco-maven-plugin + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + publish + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + 8 + false + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + + + + + + junit + junit + 4.13.1 + test + + + org.mockito + mockito-core + 3.8.0 + test + + + + com.fasterxml.jackson.module + jackson-module-parameter-names + 2.12.1 + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + 2.12.1 + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + 2.12.1 + + + com.fasterxml.jackson.core + jackson-databind + 2.12.1 + + + + com.codepoetics + protonpack + 1.13 + + + com.auth0 + java-jwt + 3.13.0 + + + com.auth0 + jwks-rsa + 0.15.0 + + + org.slf4j + slf4j-api + 1.7.22 + + + org.apache.commons + commons-lang3 + 3.9 + + + commons-io + commons-io + 2.8.0 + + + com.google.guava + guava + 30.1-jre + + + + org.apache.logging.log4j + log4j-api + 2.11.0 + test + + + org.slf4j + slf4j-log4j12 + 1.7.25 + test + + + org.apache.logging.log4j + log4j-core + 2.13.2 + test + + + + com.squareup.okhttp3 + okhttp + 3.12.2 + + + com.squareup.okhttp3 + logging-interceptor + 3.12.2 + + + com.squareup.okhttp3 + okhttp-urlconnection + 3.12.2 + + + com.squareup.okhttp3 + mockwebserver + 3.12.2 + test + + + + com.microsoft.bot + bot-schema + ${project.version} + + + com.microsoft.bot + bot-connector + ${project.version} + + + com.microsoft.bot + bot-integration-core + ${project.version} + + + com.microsoft.bot + bot-integration-spring + ${project.version} + + + com.microsoft.bot + bot-builder + ${project.version} + + + com.microsoft.bot + bot-dialogs + ${project.version} + + + com.microsoft.bot + bot-ai-luis-v3 + ${project.version} + + + com.microsoft.bot + bot-applicationinsights + ${project.version} + + + com.microsoft.bot + bot-ai-qna + ${project.version} + + + + + + + ${repo.id} + ${repo.url} + + true + + + true + + + + + + + + + + + ${repo.id} + ${repo.url} + + + + + 02.echo-bot + 03.welcome-user + 05.multi-turn-prompt + 06.using-cards + 07.using-adaptive-cards + 08.suggested-actions + 11.qnamaker + 13.core-bot + 14.nlp-with-dispatch + 15.handling-attachments + 16.proactive-messages + 17.multilingual-bot + 18.bot-authentication + 19.custom-dialogs + 21.corebot-app-insights + 23.facebook-events + 24.bot-authentication-msgraph + 25.message-reaction + 43.complex-dialog + 44.prompt-users-for-input + 45.state-management + 46.teams-auth + 47.inspection + 49.qnamaker-all-features + 50.teams-messaging-extensions-search + 51.teams-messaging-extensions-action + 52.teams-messaging-extensions-search-auth-config + 53.teams-messaging-extensions-action-preview + 54.teams-task-module + 55.teams-link-unfurling + 56.teams-file-upload + 57.teams-conversation-bot + 58.teams-start-new-thread-in-channel + 80.skills-simple-bot-to-bot\DialogRootBot + 80.skills-simple-bot-to-bot\DialogSkillBot + 81.skills-skilldialog\dialog-root-bot + 81.skills-skilldialog\dialog-skill-bot + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + ${jdk.version} + ${jdk.version} + + -Xpkginfo:always + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.1 + + + + true + true + + + + + + org.apache.maven.plugins + maven-pmd-plugin + ${pmd.version} + + true + true + false + + + + validate + + check + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + + **/*Test*.java + + + + + + org.jacoco + jacoco-maven-plugin + 0.8.6 + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.1.0 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.1.1 + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.9.1 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 3.1.1 + + + + + + + + + org.apache.maven.plugins + maven-pmd-plugin + ${pmd.version} + + + + org.jacoco + jacoco-maven-plugin + + + + + report + + + + + + + +