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

Software is literally broken and won't run #9

Closed
andrei-lz opened this issue Mar 25, 2022 · 1 comment
Closed

Software is literally broken and won't run #9

andrei-lz opened this issue Mar 25, 2022 · 1 comment

Comments

@andrei-lz
Copy link

andrei-lz commented Mar 25, 2022

You can fix the dependencies that they don't have by adding the following code to the pom.xml and then right click-> Maven0->Update Project or select project and Alt+F5

<repositories>
       <repository>
       		<id>WSO2</id>
            <url>http://dist.wso2.org/maven2/</url>
        </repository>
  </repositories>
  
  <dependencies>
	  <dependency>
	    <groupId>org.apache.commons</groupId>
	    <artifactId>commons-math3</artifactId>
	    <version>3.6.1</version>
	</dependency>
		<!-- https://mvnrepository.com/artifact/org.apache.clerezza.ext/org.json.simple -->
		<dependency>
		    <groupId>org.apache.clerezza.ext</groupId>
		    <artifactId>org.json.simple</artifactId>
		    <version>0.4</version>
		</dependency>
			<!-- https://mvnrepository.com/artifact/com.google.common/google-collect -->
	<dependency>
	    <groupId>com.google.common</groupId>
	    <artifactId>google-collect</artifactId>
	    <version>1.0-rc1</version>
	</dependency>
	</dependencies>

However, the program still fails to run

@mgoudarzi90
Copy link
Collaborator

Dear User,
The software is tested and works fine. Please let us know the exact issues you faced. Also please provide us some details to re-produce the error.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants