Skip to content

Commit

Permalink
Examples use of XText and commons-cli tweaked.
Browse files Browse the repository at this point in the history
  • Loading branch information
mubaldino committed Jun 1, 2022
1 parent e484d9a commit 2871824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<slf4j.version>1.7.36</slf4j.version>
<xponents.version>3.5.9</xponents.version>
<xponents-core.version>3.5.9</xponents-core.version>
<xtext.version>3.5.4</xtext.version>
<xtext.version>3.5.5</xtext.version>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.5.0</version>
<version>1.4</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
1 change: 0 additions & 1 deletion script/dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ mkdir -p $REL/log

rm $REL/doc/*.mp4
rm $REL/script/dist*
rm -r $REL/xponents-solr/retired
rm -r $REL/xponents-solr/script/__pycache__
rm -f $REL/xponents-solr/solr7-dist/licenses/log4j*2.11*

Expand Down

0 comments on commit 2871824

Please sign in to comment.