Skip to content

Commit

Permalink
Update OSGi execution environment to javase-1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
janbartel committed Jan 9, 2018
1 parent a7aa9b8 commit 46bd54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jetty-osgi-servlet-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<Bundle-SymbolicName>org.eclipse.jetty.osgi-servlet-api</Bundle-SymbolicName>
<Bundle-Name>Jetty Servlet API and Schemas for OSGi</Bundle-Name>
<Bundle-Description>Combined servlet api and schemas for use in osgi environments</Bundle-Description>
<Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
<Bundle-RequiredExecutionEnvironment>JavaSE-1.7</Bundle-RequiredExecutionEnvironment>
<_nouses>true</_nouses>
<Export-Package>!javax.servlet.jsp.*,javax.servlet.*;version="4.0",*</Export-Package>
</instructions>
Expand Down Expand Up @@ -251,7 +251,7 @@
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-schemas</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit 46bd54b

Please sign in to comment.