Skip to content

Commit

Permalink
[JBTM-3203] enabling XTS over SSL with correct bom with jakarta depen…
Browse files Browse the repository at this point in the history
…dencies
  • Loading branch information
ochaloup committed Oct 7, 2019
1 parent d42fec2 commit 29aa463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 29aa463

Please sign in to comment.