Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenHollmann committed Apr 21, 2022
1 parent 494f85c commit 60a486d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion svalbard/json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<dependency>
<groupId>com.github.fge</groupId>
<artifactId>json-schema-core</artifactId>
<scope>test</scope>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
5 changes: 5 additions & 0 deletions svalbard/xmlstream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>janmayen</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down Expand Up @@ -66,6 +67,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<scope>provided</scope>
</dependency>
<!-- Testing dependencies -->
<dependency>
Expand Down Expand Up @@ -108,10 +110,12 @@
<dependency>
<groupId>org.n52.sensorweb</groupId>
<artifactId>52n-xml-swes-v20</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.n52.sensorweb</groupId>
<artifactId>52n-xml-om-v20</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.xmlbeans</groupId>
Expand Down Expand Up @@ -145,6 +149,7 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 60a486d

Please sign in to comment.