Skip to content

Commit

Permalink
chore(build): manage power-server dependency, update to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Mar 1, 2024
1 parent 281c677 commit 08dc352
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
1 change: 0 additions & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<dependency>
<groupId>net.laprun.sustainability</groupId>
<artifactId>power-server</artifactId>
<version>0.0.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.8.1</quarkus.version>
<power-server.version>0.0.2</power-server.version>
</properties>
<dependencyManagement>
<dependencies>
Expand All @@ -37,6 +38,17 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>net.laprun.sustainability</groupId>
<artifactId>power-server-metadata</artifactId>
<version>${power-server.version}</version>
</dependency>
<dependency>
<groupId>net.laprun.sustainability</groupId>
<artifactId>power-server</artifactId>
<version>${power-server.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
Expand Down
1 change: 0 additions & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<dependency>
<groupId>net.laprun.sustainability</groupId>
<artifactId>power-server-metadata</artifactId>
<version>0.0.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 08dc352

Please sign in to comment.