Skip to content
This repository was archived by the owner on Oct 24, 2020. It is now read-only.

Commit 34947d7

Browse files
committed
Fix dependencies
1 parent fa66d87 commit 34947d7

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

runtime/pom.xml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,15 @@
1818
<groupId>io.quarkus</groupId>
1919
<artifactId>quarkus-core</artifactId>
2020
</dependency>
21+
<dependency>
22+
<groupId>io.quarkus</groupId>
23+
<artifactId>quarkus-arc</artifactId>
24+
</dependency>
2125
<dependency>
2226
<groupId>org.seasar.doma</groupId>
2327
<artifactId>doma-core</artifactId>
2428
<version>${doma.version}</version>
2529
</dependency>
26-
<dependency>
27-
<groupId>io.quarkus.arc</groupId>
28-
<artifactId>arc</artifactId>
29-
<version>1.5.0.Final</version>
30-
<scope>compile</scope>
31-
</dependency>
32-
<dependency>
33-
<groupId>io.quarkus</groupId>
34-
<artifactId>quarkus-arc</artifactId>
35-
<version>1.5.0.Final</version>
36-
<scope>compile</scope>
37-
</dependency>
3830
</dependencies>
3931

4032
<build>

0 commit comments

Comments
 (0)