Skip to content

Commit

Permalink
update comp targets and require jar
Browse files Browse the repository at this point in the history
  • Loading branch information
Kadams35 committed Oct 24, 2022
1 parent c5bcedf commit fee77e3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion DeFi-Data-Engine/DeFi Data Engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>DeFiDataEngine</groupId>
<artifactId>defi-data-engine</artifactId>
<version>0.0.1</version>
<packaging>war</packaging>
<packaging>jar</packaging>

<dependencies>
<dependency>
Expand Down Expand Up @@ -41,6 +41,11 @@
<artifactId>json</artifactId>
<version>20220320</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
</dependency>
</dependencies>

<build>
Expand All @@ -57,5 +62,12 @@
</plugin>
</plugins>
</build>

<properties>
<java.version>17</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

</project>

0 comments on commit fee77e3

Please sign in to comment.