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

[JBTM-3203] enabling XTS over SSL with correct bom with jakarta depen… #260

Merged
merged 1 commit into from Oct 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion XTS/pom.xml
Expand Up @@ -44,6 +44,6 @@
<module>raw-xts-api-demo</module>
<module>wsat-jta-multi_service</module>
<module>wsat-jta-multi_hop</module>
<!--<module>ssl</module> temporarily disabled, see JBTM-3203 -->
<module>ssl</module>
</modules>
</project>
2 changes: 1 addition & 1 deletion XTS/ssl/xts-over-ssh.sh
Expand Up @@ -132,7 +132,7 @@ sed "s#http://localhost:8080/wsat-simple/RestaurantServiceAT?wsdl#https://localh

# -s ../settings.xml
DEPLOYMENT_NAME=wsat-simple.war
mvn clean install -B -e -Dversion.server.bom=17.0.0.Beta1 -DskipTests -Dinsecure.repositories=WARN
mvn clean install -B -e -Dversion.server.bom=18.0.0.Final -DskipTests -Dinsecure.repositories=WARN
[ $? -ne 0 ] && echo "Failure to build deployment '$DEPLOYMENT_NAME' from quickstart '$WSAT_QUICKSTART_PATH'"

# Settings for client
Expand Down