Skip to content
Snippets Groups Projects
Commit 9ee3eeea authored by corentinstd's avatar corentinstd
Browse files

setup dependency

parent 28628d90
No related branches found
No related tags found
No related merge requests found
./target
\ No newline at end of file
{
"java.configuration.updateBuildConfiguration": "automatic"
}
\ No newline at end of file
......@@ -14,11 +14,18 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
......
......
package fr.miage;
import static org.junit.Assert.assertTrue;
import org.junit.Test;
/**
* Unit test for simple App.
*/
public class AppTest
{
/**
* Rigorous Test :-)
*/
@Test
public void shouldAnswerWithTrue()
{
assertTrue( true );
}
}
File added
No preview for this file type
#Created by Apache Maven 3.9.6
artifactId=blockchain-project
groupId=fr.miage
version=1.0-SNAPSHOT
fr/miage/App.class
/Users/corentinstd/Library/CloudStorage/OneDrive-Personnel/Cours/M2_S1/Blockchain/blockchain-project/src/main/java/fr/miage/App.java
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment