Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #191 from rebuy-de/use-instrumentation-library
Browse files Browse the repository at this point in the history
Use new instrumentation library
  • Loading branch information
der-eismann committed Jan 13, 2023
2 parents ec3240d + 954b36d commit c562721
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ local metadata = {
'rebuy.com/release': vars.release,
'rebuy.com/preset': vars.presetName,
'rebuy.com/live-traffic': if preset.liveTraffic then 'enabled' else 'disabled',
'rebuy.com/toolstack': 'jvm.spring-boot.v2.6',
},
};

Expand Down
7 changes: 7 additions & 0 deletions src/main/resources/archetype-resources/silo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<log4j2-gelf.version>1.3.1</log4j2-gelf.version>
<rebuy.common.version>15.1.0</rebuy.common.version>
<rebuy.customer-client.version>15.0.0</rebuy.customer-client.version>
<rebuy.instrumentation.version>1.0.0</rebuy.instrumentation.version>
<rebuy.messaging.version>14.0.0</rebuy.messaging.version>
<rebuy.projector.version>8.2.0</rebuy.projector.version>
<rebuy.security.version>9.0.0</rebuy.security.version>
Expand Down Expand Up @@ -71,6 +72,11 @@
<groupId>com.querydsl</groupId>
<artifactId>querydsl-jpa</artifactId>
</dependency>
<dependency>
<groupId>com.rebuy.library</groupId>
<artifactId>instrumentation</artifactId>
<version>${rebuy.instrumentation.version}</version>
</dependency>
<dependency>
<groupId>com.rebuy.library</groupId>
<artifactId>messaging</artifactId>
Expand Down Expand Up @@ -325,6 +331,7 @@
<execution>
<goals>
<goal>repackage</goal>
<goal>build-info</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit c562721

Please sign in to comment.