We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5465ef1 commit b1d2da2Copy full SHA for b1d2da2
1 file changed
pom.xml
@@ -106,12 +106,6 @@
106
<scope>runtime</scope>
107
</dependency>
108
109
- <dependency>
110
- <groupId>com.imsweb</groupId>
111
- <artifactId>seerapi-client-java</artifactId>
112
- <version>${seerapi-client.version}</version>
113
- </dependency>
114
-
115
<dependency>
116
<groupId>org.slf4j</groupId>
117
<artifactId>slf4j-api</artifactId>
@@ -137,8 +131,12 @@
137
131
<version>${bean-matchers.version}</version>
138
132
<scope>test</scope>
139
133
140
141
- <!-- Simple logger for tests; optional -->
134
+ <dependency>
135
+ <groupId>com.imsweb</groupId>
136
+ <artifactId>seerapi-client-java</artifactId>
+ <version>${seerapi-client.version}</version>
+ <scope>test</scope>
+ </dependency>
142
143
144
<artifactId>slf4j-simple</artifactId>
0 commit comments