Skip to content

Commit

Permalink
Updated kumuluzee-core
Browse files Browse the repository at this point in the history
  • Loading branch information
zvoneg committed Feb 7, 2019
1 parent 719dbb2 commit 2588439
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.kumuluz.ee.cors</groupId>
<artifactId>kumuluzee-cors</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.0.5</version>

<name>KumuluzEE CORS</name>

Expand All @@ -22,7 +22,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<kumuluzee.version>3.0.0</kumuluzee.version>
<kumuluzee.version>3.1.0</kumuluzee.version>
<cors-filter.version>2.5</cors-filter.version>

<maven-compiler-plugin.version>3.6.1</maven-compiler-plugin.version>
Expand Down Expand Up @@ -97,6 +97,11 @@
<artifactId>cors-filter</artifactId>
<version>${cors-filter.version}</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 2588439

Please sign in to comment.