Skip to content

Commit

Permalink
Change build readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bidisha010496 committed Oct 18, 2021
1 parent 58fe4eb commit 05d4670
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions karma-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ You can set maximum heap size for karma on the main window. Once you change it,
```
brew doctor
brew update
brew tap caskroom/cask
brew cask install xquartz
brew install wine
brew tap homebrew/cask
brew install --cask xquartz
brew install --cask wine-stable
```
* if building on Linux: `sudo apt-get install wine`

Expand Down
38 changes: 19 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,25 +268,25 @@
<artifactId>antlr</artifactId>
<version>${antlr.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.jdom</groupId>-->
<!-- <artifactId>jdom</artifactId>-->
<!-- <version>${jdom.version}</version>-->
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <artifactId>maven-cobertura-plugin</artifactId>-->
<!-- <groupId>maven-plugins</groupId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <artifactId>maven-findbugs-plugin</artifactId>-->
<!-- <groupId>maven-plugins</groupId>-->
<!-- </exclusion>-->
<!-- <exclusion>-->
<!-- <artifactId>com.ibm.icu</artifactId>-->
<!-- <groupId>icu4j</groupId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
<!-- </dependency>-->
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom</artifactId>
<version>${jdom.version}</version>
<exclusions>
<exclusion>
<artifactId>maven-cobertura-plugin</artifactId>
<groupId>maven-plugins</groupId>
</exclusion>
<exclusion>
<artifactId>maven-findbugs-plugin</artifactId>
<groupId>maven-plugins</groupId>
</exclusion>
<exclusion>
<artifactId>com.ibm.icu</artifactId>
<groupId>icu4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
Expand Down

0 comments on commit 05d4670

Please sign in to comment.